From: Matthias Klose Date: Wed, 29 Apr 2009 20:09:50 +0000 (+0000) Subject: - configure.in: Don't error, when no --with-dbmliborder option is present X-Git-Tag: v2.7a1~1340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61dbdb96778d612625201b2a6d5caa124ac86da2;p=thirdparty%2FPython%2Fcpython.git - configure.in: Don't error, when no --with-dbmliborder option is present --- diff --git a/configure.in b/configure.in index 282861a912c9..bd13ef5785e9 100644 --- a/configure.in +++ b/configure.in @@ -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)