diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-11-04 20:47:19 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-11-04 20:47:19 +0000 |
commit | 0d5a9358f0cc00d6e5c1e82bc8bc15c06123a196 (patch) | |
tree | e36a6b4b049aacded2623cab531ed828c9cb51bc /ext | |
parent | aa3123e87bdb7ae8e6f4b587943796520c69ac2c (diff) | |
download | php-git-0d5a9358f0cc00d6e5c1e82bc8bc15c06123a196.tar.gz |
Try to avoid IBM/Berkeley DB2 confusion
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dba/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index c3e9b60aa0..c33a6537c9 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -108,7 +108,7 @@ AC_MSG_CHECKING(for NDBM support) AC_DBA_STD_RESULT AC_ARG_WITH(db2, -[ --with-db2[=DIR] Include DB2 support],[ +[ --with-db2[=DIR] Include Berkeley DB2 support],[ if test "$withval" != "no"; then for i in /usr/local /usr /usr/BerkeleyDB $withval; do if test -f "$i/db2/db.h"; then @@ -149,7 +149,7 @@ AC_ARG_WITH(db2, AC_DBA_STD_ATTACH fi ]) -AC_MSG_CHECKING(for DB2 support) +AC_MSG_CHECKING(for Berkeley DB2 support) AC_DBA_STD_RESULT AC_ARG_WITH(dbm, |