- configure.in: Don't error, when no --with-dbmliborder option is present

This commit is contained in:
Matthias Klose 2009-04-29 20:09:50 +00:00
parent 51c614e3bf
commit 61dbdb9677
1 changed files with 2 additions and 4 deletions

View File

@ -1933,10 +1933,8 @@ else
AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
fi
done
AC_MSG_RESULT($with_dbmliborder)
fi],
[AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
])
fi])
AC_MSG_RESULT($with_dbmliborder)
# Determine if signalmodule should be used.
AC_SUBST(USE_SIGNAL_MODULE)