Remove spurious '-a' at end of test statement.

This commit is contained in:
Hallvard Furuseth 2003-12-07 21:58:41 +00:00
parent fd5ded3afb
commit 1f5ca7bd31
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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; }

View File

@ -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])