From d1a47e83f648d987c3cf20e424a63b5384a0861f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 15 Oct 2020 13:21:39 +0800 Subject: Fixes typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit