diff options
author | Peng Wu <alexepico@gmail.com> | 2020-10-15 13:21:39 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2020-10-15 13:21:39 +0800 |
commit | d1a47e83f648d987c3cf20e424a63b5384a0861f (patch) | |
tree | fab7a03b514ae47ba78ccd8fb1fa4638205ef334 /configure.ac | |
parent | 78450c31880245a4f87c83b80ac0fc306a96104e (diff) | |
download | libpinyin-d1a47e83f648d987c3cf20e424a63b5384a0861f.tar.gz |
Fixes typo2.4.92
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |