summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-28 15:16:28 +0000
committerfoobar <sniper@php.net>2001-06-28 15:16:28 +0000
commit5884ff34128153ed0f2ecaed69c1a9fee5208887 (patch)
tree7c2ae0b20f962ff3dd49f11a525e9c6302d9b38a
parentc0d6e07c8b8c969bffc28daf66cf115828d2a5bd (diff)
downloadphp-git-5884ff34128153ed0f2ecaed69c1a9fee5208887.tar.gz
let this be more userfriendly.
-rw-r--r--ext/dba/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4
index 3e220cc5b8..f9959a909e 100644
--- a/ext/dba/config.m4
+++ b/ext/dba/config.m4
@@ -106,7 +106,7 @@ AC_DBA_STD_RESULT
AC_ARG_WITH(db2,
[ --with-db2[=DIR] Include Berkeley DB2 support],[
if test "$withval" != "no"; then
- for i in /usr/local /usr /usr/BerkeleyDB $withval; do
+ for i in /usr/local /usr /usr/BerkeleyDB $withval/BerkeleyDB $withval; do
if test -f "$i/db2/db.h"; then
THIS_PREFIX=$i
DB2_EXTRA=db2