mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Fix --disable-ldbm... missing CR-LF escape in argument verification.
This commit is contained in:
parent
f4dd466315
commit
dec5c37de6
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1567,7 +1567,7 @@ elif test $ol_enable_ldbm = no ; then
|
|||
fi
|
||||
|
||||
if test $ol_enable_passwd = no -a \
|
||||
$ol_enable_perl = no -a
|
||||
$ol_enable_perl = no -a \
|
||||
$ol_enable_shell = no ; then
|
||||
{ echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ elif test $ol_enable_ldbm = no ; then
|
|||
fi
|
||||
|
||||
if test $ol_enable_passwd = no -a \
|
||||
$ol_enable_perl = no -a
|
||||
$ol_enable_perl = no -a \
|
||||
$ol_enable_shell = no ; then
|
||||
AC_MSG_ERROR([slapd requires a backend])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue