From: Rasmus Lerdorf Date: Thu, 4 Nov 1999 20:47:19 +0000 (+0000) Subject: Try to avoid IBM/Berkeley DB2 confusion X-Git-Tag: php-4.0b3_RC2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d5a9358f0cc00d6e5c1e82bc8bc15c06123a196;p=php Try to avoid IBM/Berkeley DB2 confusion --- 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,