Fix --disable-ldbm... missing CR-LF escape in argument verification.

This commit is contained in:
Kurt Zeilenga 1999-02-04 23:09:35 +00:00
parent f4dd466315
commit dec5c37de6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1567,7 +1567,7 @@ elif test $ol_enable_ldbm = no ; then
fi
if test $ol_enable_passwd = no -a \
$ol_enable_perl = no -a
$ol_enable_perl = no -a \
$ol_enable_shell = no ; then
{ echo "configure: error: slapd requires a backend" 1>&2; exit 1; }
fi

View file

@ -179,7 +179,7 @@ elif test $ol_enable_ldbm = no ; then
fi
if test $ol_enable_passwd = no -a \
$ol_enable_perl = no -a
$ol_enable_perl = no -a \
$ol_enable_shell = no ; then
AC_MSG_ERROR([slapd requires a backend])
fi