From 7ad8326a9c5d7ef210540108aa50717b33f6fff3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 May 2006 00:08:01 +0000 Subject: remove berkeley DB symbol checks in configure.ac since they cause problems on windows git-svn-id: file:///home/lennart/svn/public/syrep/trunk@110 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index b31f420..f5b78e0 100644 --- a/configure.ac +++ b/configure.ac @@ -71,14 +71,6 @@ AC_CHECK_HEADER([zlib.h],, [AC_MSG_ERROR([*** Sorry, you have to install the zli # Check for Berkeley DB (needs to be improved) AC_CHECK_HEADER([db.h],, [AC_MSG_ERROR([*** Sorry, you have to install the Berkeley Database Library (libdb) 4.3 or newer ***])]) - -flag=0 -AC_CHECK_LIB([db], [__db_db_create_4003],[flag=1]) -AC_CHECK_LIB([db], [__db_db_create_4004],[flag=1]) - -if test "x$flag" = "x0" ; then - AC_MSG_ERROR([*** Sorry, you have to install the Berkeley Database Library (libdb) 4.3/4.4 ***]) -fi LIBS="$LIBS -ldb" # Checking libdb version number -- cgit