Disable (for now) check for HAVE_BERKELEY_DB_THREAD and hence disable

use of BerkeleyDB's Concurrent DB API.
This commit is contained in:
Kurt Zeilenga 2001-09-29 23:41:34 +00:00
parent 77dc11ba3c
commit 69dc4002ac
3 changed files with 218 additions and 336 deletions

View File

@ -415,7 +415,8 @@ if test $ac_cv_header_db_h = yes; then
OL_BERKELEY_DB_LINK
if test "$ol_cv_lib_db" != no ; then
ol_cv_berkeley_db=yes
OL_BERKELEY_DB_THREAD
dnl Don't support Concurrent DB API
dnl OL_BERKELEY_DB_THREAD
fi
fi
])

548
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -733,9 +733,6 @@
/* define if you have (or want) no threads */
#undef NO_THREADS
/* define if Berkeley DB has DB_THREAD support */
#undef HAVE_BERKELEY_DB_THREAD
/* define this if Berkeley DB is available */
#undef HAVE_BERKELEY_DB