Skip to content
Snippets Groups Projects
Commit 6853b62a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix AC_CACHE_CHECK bug in DB_THREAD detection.

parent 873a6802
No related branches found
No related tags found
No related merge requests found
......@@ -401,12 +401,13 @@ main()
[ol_cv_berkeley_db_thread=cross])
LIBS="$ol_LIBS"
])
if test $ol_cv_berkeley_db_thread != no ; then
AC_DEFINE(HAVE_BERKELEY_DB_THREAD, 1,
[define if Berkeley DB has DB_THREAD support])
fi
])])dnl
])dnl
dnl
dnl --------------------------------------------------------------------
dnl Find any DB
......@@ -437,7 +438,7 @@ AC_DEFUN([OL_BDB_COMPAT],
#if DB_VERSION_MAJOR >= 4
__db_version_compat
#endif
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
])
dnl --------------------------------------------------------------------
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment