From d9df21616610d0a716648374c451f90e9a7371c8 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Thu, 15 Dec 2005 14:34:22 +0000 Subject: Add more libdb version checks when configuring for Berkeley DB --- infrastructure/m4/ax_check_bdb_v1.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infrastructure') diff --git a/infrastructure/m4/ax_check_bdb_v1.m4 b/infrastructure/m4/ax_check_bdb_v1.m4 index de36ca07..fc5e0692 100644 --- a/infrastructure/m4/ax_check_bdb_v1.m4 +++ b/infrastructure/m4/ax_check_bdb_v1.m4 @@ -18,9 +18,9 @@ AC_DEFUN([AX_CHECK_BDB_V1], [ [ac_bdb_header=$ac_header; break], [ac_bdb_header=""]) if test "x$ac_bdb_header" != x; then AC_SEARCH_LIBS([__db185_open], - [db db-4.3 db-4.2 db-4.1 db-4.0 db-3], + [db db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db4 db-3 db3], [ac_have_bdb=yes], - [AC_SEARCH_LIBS([dbopen], [db-1 db], [ac_have_bdb=yes])]) + [AC_SEARCH_LIBS([dbopen], [db-1 db1 db], [ac_have_bdb=yes])]) fi if test "x$ac_have_bdb" = "xyes"; then AC_MSG_CHECKING([whether found db libraries work]) -- cgit v1.2.3