summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1602e1a..aaecbba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ if test x"$DBM" = x"BerkeleyDB"; then
# Check Berkeley DB
AC_CHECK_HEADER([db.h], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4]))
- AC_SEARCH_LIBS([db_create], [db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4]))
+ AC_SEARCH_LIBS([db_create], [db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 5]))
AC_DEFINE([HAVE_BERKELEY_DB], [], [Have Berkeley DB.])
fi