]> granicus.if.org Git - php/commitdiff
Try to avoid IBM/Berkeley DB2 confusion
authorRasmus Lerdorf <rasmus@php.net>
Thu, 4 Nov 1999 20:47:19 +0000 (20:47 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 4 Nov 1999 20:47:19 +0000 (20:47 +0000)
ext/dba/config.m4

index c3e9b60aa0df8192fb99f538cfe0bd9175356fdb..c33a6537c9c993cc421de6c616d995d287f6d3cd 100644 (file)
@@ -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,