From 0d5a9358f0cc00d6e5c1e82bc8bc15c06123a196 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 4 Nov 1999 20:47:19 +0000 Subject: [PATCH] Try to avoid IBM/Berkeley DB2 confusion --- ext/dba/config.m4 | 4 ++-- 1 file 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, -- 2.50.1