]> git.sur5r.net Git - openldap/commitdiff
Remove spurious '-a' at end of test statement.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 7 Dec 2003 21:58:41 +0000 (21:58 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 7 Dec 2003 21:58:41 +0000 (21:58 +0000)
configure
configure.in

index 7b2fb0c88f7fd9e03e1d4556872993ae6038e0ca..10ef30cdb0ebf0b3723f89bb5614482f4df93765 100755 (executable)
--- 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; }
index 1146c866b2b62551aab1fa8d0a09e5103b889b1a..2aeec53862304969f1c09f8e550afc8fb3651821 100644 (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])