From d74b967c9e221658e1b7532a27b8a865d4be71b2 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 30 Dec 2002 09:23:33 +0000 Subject: [PATCH] - MFH: Align mssql comment and clarify DBA handler selection --- ext/dba/config.m4 | 14 +++++++------- ext/mssql/config.m4 | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index d88b69fa4e..8d321e1780 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -52,7 +52,7 @@ PHP_ARG_ENABLE(dba,whether to enable DBA, [ --enable-dba Build DBA with builtin modules]) AC_ARG_WITH(gdbm, -[ --with-gdbm[=DIR] Include GDBM support],[ +[ --with-gdbm[=DIR] DBA: Include GDBM support],[ if test "$withval" != "no"; then for i in /usr/local /usr $withval; do if test -f "$i/include/gdbm.h"; then @@ -74,7 +74,7 @@ AC_MSG_CHECKING(for GDBM support) AC_DBA_STD_RESULT AC_ARG_WITH(ndbm, -[ --with-ndbm[=DIR] Include NDBM support],[ +[ --with-ndbm[=DIR] DBA: Include NDBM support],[ if test "$withval" != "no"; then for i in /usr/local /usr $withval; do if test -f "$i/include/db1/ndbm.h" ; then @@ -105,7 +105,7 @@ AC_MSG_CHECKING(for NDBM support) AC_DBA_STD_RESULT AC_ARG_WITH(db2, -[ --with-db2[=DIR] Include Berkeley DB2 support],[ +[ --with-db2[=DIR] DBA: Include Berkeley DB2 support],[ if test "$withval" != "no"; then for i in /usr/local /usr /usr/BerkeleyDB $withval/BerkeleyDB $withval; do if test -f "$i/db2/db.h"; then @@ -150,7 +150,7 @@ AC_MSG_CHECKING(for Berkeley DB2 support) AC_DBA_STD_RESULT AC_ARG_WITH(db3, -[ --with-db3[=DIR] Include Berkeley DB3 support],[ +[ --with-db3[=DIR] DBA: Include Berkeley DB3 support],[ if test "$withval" != "no"; then for i in /usr/local /usr /usr/local/BerkeleyDB.3.0 $withval; do if test -f "$i/db3/db.h"; then @@ -190,7 +190,7 @@ AC_MSG_CHECKING(for Berkeley DB3 support) AC_DBA_STD_RESULT AC_ARG_WITH(dbm, -[ --with-dbm[=DIR] Include DBM support],[ +[ --with-dbm[=DIR] DBA: Include DBM support],[ if test "$withval" != "no"; then for i in /usr/local /usr $withval; do if test -f "$i/include/dbm.h" ; then @@ -222,7 +222,7 @@ AC_DEFUN(PHP_DBA_BUILTIN_CDB,[ ]) AC_ARG_WITH(cdb, -[ --with-cdb[=DIR] Include CDB support],[ +[ --with-cdb[=DIR] DBA: Include CDB support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_CDB elif test "$withval" != "no"; then @@ -261,7 +261,7 @@ dnl dnl FlatFile check must be the last one. dnl AC_ARG_WITH(flatfile, -[ --with-flatfile Include FlatFile support],[ +[ --with-flatfile DBA: Include FlatFile support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_FLATFILE fi diff --git a/ext/mssql/config.m4 b/ext/mssql/config.m4 index cdfc0cffd2..bb42aa276b 100644 --- a/ext/mssql/config.m4 +++ b/ext/mssql/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(mssql,for MSSQL support via FreeTDS, -[ --with-mssql[=DIR] Include MSSQL-DB support. DIR is the FreeTDS home +[ --with-mssql[=DIR] Include MSSQL-DB support. DIR is the FreeTDS home directory, defaults to /usr/local/freetds.]) -- 2.50.1