diff options
author | foobar <sniper@php.net> | 2001-06-28 15:16:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-06-28 15:16:28 +0000 |
commit | 5884ff34128153ed0f2ecaed69c1a9fee5208887 (patch) | |
tree | 7c2ae0b20f962ff3dd49f11a525e9c6302d9b38a /ext/dba | |
parent | c0d6e07c8b8c969bffc28daf66cf115828d2a5bd (diff) | |
download | php-git-5884ff34128153ed0f2ecaed69c1a9fee5208887.tar.gz |
let this be more userfriendly.
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/config.m4 | 2 |
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 |