summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-29 20:09:50 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-29 20:09:50 (GMT)
commit61dbdb96778d612625201b2a6d5caa124ac86da2 (patch)
treeb18ed8c3df1accebad2ee4b60a06508d53d64711
parent51c614e3bf7623959ef029a434ee7aa7d77c219d (diff)
downloadcpython-61dbdb96778d612625201b2a6d5caa124ac86da2.zip
cpython-61dbdb96778d612625201b2a6d5caa124ac86da2.tar.gz
cpython-61dbdb96778d612625201b2a6d5caa124ac86da2.tar.bz2
- configure.in: Don't error, when no --with-dbmliborder option is present
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 282861a..bd13ef5 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)