summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2020-10-15 13:21:39 +0800
committerPeng Wu <alexepico@gmail.com>2020-10-15 13:21:39 +0800
commitd1a47e83f648d987c3cf20e424a63b5384a0861f (patch)
treefab7a03b514ae47ba78ccd8fb1fa4638205ef334
parent78450c31880245a4f87c83b80ac0fc306a96104e (diff)
downloadlibpinyin-d1a47e83f648d987c3cf20e424a63b5384a0861f.tar.gz
libpinyin-d1a47e83f648d987c3cf20e424a63b5384a0861f.tar.xz
libpinyin-d1a47e83f648d987c3cf20e424a63b5384a0861f.zip
Fixes typo2.4.92
-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