mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Remove spurious '-a' at end of test statement.
This commit is contained in:
parent
fd5ded3afb
commit
1f5ca7bd31
2
configure
vendored
2
configure
vendored
@ -2746,7 +2746,7 @@ elif test $ol_enable_ldbm = no ; then
|
||||
$ol_enable_passwd = no -a \
|
||||
$ol_enable_perl = no -a \
|
||||
$ol_enable_shell = no -a \
|
||||
$ol_enable_sql = no -a ; then
|
||||
$ol_enable_sql = no ; then
|
||||
|
||||
if test $ol_enable_slapd = yes ; then
|
||||
{ echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
|
||||
|
@ -445,7 +445,7 @@ elif test $ol_enable_ldbm = no ; then
|
||||
$ol_enable_passwd = no -a \
|
||||
$ol_enable_perl = no -a \
|
||||
$ol_enable_shell = no -a \
|
||||
$ol_enable_sql = no -a ; then
|
||||
$ol_enable_sql = no ; then
|
||||
|
||||
if test $ol_enable_slapd = yes ; then
|
||||
AC_MSG_ERROR([slapd requires a backend])
|
||||
|
Loading…
Reference in New Issue
Block a user