summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-08-01 19:38:30 -0600
committerunknown <sasha@mysql.sashanet.com>2000-08-01 19:38:30 -0600
commit9f3031bb137c0e65f781fc6eeabd2492c893b1d5 (patch)
tree644509bd26efd0b8d5fb08e2804124661b627095
parent14d6d51daa1d5137905c2cf70f9a4aa6d824b8e7 (diff)
downloadmariadb-git-9f3031bb137c0e65f781fc6eeabd2492c893b1d5.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. acinclude.m4: specifying the directory where bdb is installed explcitly did not work
-rw-r--r--acinclude.m43
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
])