commit cd115bd7131cda0b5ab173babac11c4065893be2
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Mar 24 14:46:26 2013 +0100
don't claim that we are looking for exactly bdb 4.2
(cherry picked from commit 37879da1108dca793c9378f3d1a5372d641e3e21)
configure.in | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in
index 18fc36a..800b6e9 100644
--- a/configure.in
+++ b/configure.in
@@ -74,7 +74,7 @@ if test "x$ob_cv_with_ssl" != xno; then
fi
AC_SUBST(SSL_LIBS)
-AC_CACHE_CHECK([for Berkley DB 4.2], ac_cv_berkdb4,
+AC_CACHE_CHECK([for Berkley DB >= 4.2], ac_cv_berkdb4,
[ac_cv_berkdb4=no
AC_TRY_LINK([#include <db.h>],
[DB *db;
@@ -82,8 +82,7 @@ AC_CACHE_CHECK([for Berkley DB 4.2], ac_cv_berkdb4,
db->open(db, 0, "foo", "foo", DB_HASH, DB_CREATE, 0)],
[ac_cv_berkdb4=yes])])
if test "x$ac_cv_berkdb4" = xno; then
- AC_MSG_ERROR([Berkley DB 4.2 not found.
-You must install libdb4.2 including the respective development files/headers.])
+ AC_MSG_ERROR([Berkley DB >= 4.2 not found.])
fi
AC_ARG_ENABLE(compat,
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel