don't claim that we are looking for exactly bdb 4.2
This commit is contained in:
parent
b142778e56
commit
dead12efdd
|
@ -76,7 +76,7 @@ if test "x$ob_cv_with_ssl" != xno; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(SSL_LIBS)
|
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_cv_berkdb4=no
|
||||||
AC_TRY_LINK([#include <db.h>],
|
AC_TRY_LINK([#include <db.h>],
|
||||||
[DB *db;
|
[DB *db;
|
||||||
|
@ -84,8 +84,7 @@ AC_CACHE_CHECK([for Berkley DB 4.2], ac_cv_berkdb4,
|
||||||
db->open(db, 0, "foo", "foo", DB_HASH, DB_CREATE, 0)],
|
db->open(db, 0, "foo", "foo", DB_HASH, DB_CREATE, 0)],
|
||||||
[ac_cv_berkdb4=yes])])
|
[ac_cv_berkdb4=yes])])
|
||||||
if test "x$ac_cv_berkdb4" = xno; then
|
if test "x$ac_cv_berkdb4" = xno; then
|
||||||
AC_MSG_ERROR([Berkley DB 4.2 not found.
|
AC_MSG_ERROR([Berkley DB >= 4.2 not found.])
|
||||||
You must install libdb4.2 including the respective development files/headers.])
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(compat,
|
AC_ARG_ENABLE(compat,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user