Skip to content
Snippets Groups Projects
Commit 1f5ca7bd authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent fd5ded3a
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment