diff options
author | sasha@mysql.sashanet.com <> | 2000-08-01 19:38:30 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-08-01 19:38:30 -0600 |
commit | ad95b1205a16d5fc280aea33105ebe059690fbcc (patch) | |
tree | 644509bd26efd0b8d5fb08e2804124661b627095 /acinclude.m4 | |
parent | e71d3a0a6b7484426348517f6b41a2681011400f (diff) | |
download | mariadb-git-ad95b1205a16d5fc280aea33105ebe059690fbcc.tar.gz |
fixed acinclude.m4 - specifying the directory where bdb is installed explcitly did not
work. Tim, if you don't like my fix, fix it better - I just needed to make
compile-pentium-debug work.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3db1e92a008..0c557f20138 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -754,7 +754,8 @@ dnl echo ["MYSQL_CHECK_BDB_DIR ($1)"] bdb_dir_ok="$bdb_version_ok" fi else - bdb_dir_ok="'$dir' doesn't look like a BDB directory" + # bdb_dir_ok="'$dir' doesn't look like a BDB directory" + bdb_dir_ok="installed" fi fi ]) |