Commit a30f1a85 authored by unknown's avatar unknown

Search for Berkeley DB in the 'bdb' directory first.

parent 55e5c7da
...@@ -791,7 +791,7 @@ AC_DEFUN([MYSQL_SEARCH_FOR_BDB], [ ...@@ -791,7 +791,7 @@ AC_DEFUN([MYSQL_SEARCH_FOR_BDB], [
dnl echo ["MYSQL_SEARCH_FOR_BDB"] dnl echo ["MYSQL_SEARCH_FOR_BDB"]
bdb_dir_ok="no BerkeleyDB found" bdb_dir_ok="no BerkeleyDB found"
for test_dir in db-*.*.* ../db-*.*.* /usr/local/BerkeleyDB*; do for test_dir in bdb db-*.*.* ../db-*.*.* /usr/local/BerkeleyDB*; do
MYSQL_CHECK_BDB_DIR([$test_dir]) MYSQL_CHECK_BDB_DIR([$test_dir])
if test X"$bdb_dir_ok" = Xsource || test X"$bdb_dir_ok" = Xinstalled; then if test X"$bdb_dir_ok" = Xsource || test X"$bdb_dir_ok" = Xinstalled; then
break break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment