From 1f5ca7bd3103471c2dc87268314ea1905527e0f1 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 7 Dec 2003 21:58:41 +0000 Subject: [PATCH] Remove spurious '-a' at end of test statement. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.39.5