From: Hallvard Furuseth Date: Sun, 7 Dec 2003 21:58:41 +0000 (+0000) Subject: Remove spurious '-a' at end of test statement. X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~228 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f5ca7bd3103471c2dc87268314ea1905527e0f1;p=openldap Remove spurious '-a' at end of test statement. --- diff --git a/configure b/configure index 7b2fb0c88f..10ef30cdb0 100755 --- a/configure +++ b/configure @@ -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; } diff --git a/configure.in b/configure.in index 1146c866b2..2aeec53862 100644 --- a/configure.in +++ b/configure.in @@ -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])