]> granicus.if.org Git - php/commitdiff
Cosmetics
authorEdin Kadribasic <edink@php.net>
Wed, 19 May 2004 13:28:05 +0000 (13:28 +0000)
committerEdin Kadribasic <edink@php.net>
Wed, 19 May 2004 13:28:05 +0000 (13:28 +0000)
ext/pdo/config.m4
ext/pdo_mysql/config.m4
ext/pdo_oci/config.m4
ext/pdo_odbc/config.m4

index 1f62139bd6103126aefdbe28765fe9552852f634..60e603955056975cbcbe8e09f570331166a11801 100755 (executable)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension pdo
 
 PHP_ARG_ENABLE(pdo, whether to enable PDO support,
-[  --enable-pdo           Enable PHP Data Objects support])
+[  --enable-pdo            Enable PHP Data Objects support])
 
 if test "$PHP_PDO" != "no"; then
   PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c, $ext_shared)
index 4464aee9e72945cc13707ca6d061426362413ac3..1d697d092767072858fa686cd106b2cac0ec9878 100755 (executable)
@@ -13,7 +13,7 @@ AC_DEFUN(MYSQL_LIB_CHK, [
 ])
 
 PHP_ARG_WITH(pdo_mysql, for MySQL support,
-[  --with-pdo_mysql[=DIR]      Include MySQL support. DIR is the MySQL base directory.])
+[  --with-pdo_mysql[=DIR]       Include MySQL support. DIR is the MySQL base directory.])
 
 if test "$PHP_PDO_MYSQL" != "no"; then
   AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])
index 2d782d8920bc38b4435d8db474e29605de590737..040352e3e5e69ce70aaa9b2fbb13bb11d483e000 100755 (executable)
@@ -26,7 +26,7 @@ AC_DEFUN(AC_PDO_OCI_VERSION,[
 ])                                                                                                                                                                
 
 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
-[  --with-pdo-oci[=DIR]       Include Oracle-oci support. Default DIR is ORACLE_HOME.])
+[  --with-pdo-oci[=DIR]         Include Oracle-oci support. Default DIR is ORACLE_HOME.])
 
 if test "$PDO_OCI" != "no"; then
   AC_MSG_CHECKING([Oracle Install-Dir])
index 862bacdabeb9ec001c7d168e2de8fac7d4d9f8cc..5216b5eb90b05615d115792b872a1b71353b15da 100755 (executable)
@@ -2,8 +2,8 @@ dnl $Id$
 dnl config.m4 for extension pdo_odbc
 
 PHP_ARG_WITH(pdo-odbc,  PDBC driver for PDO,
-[[  --with-pdo-odbc=flavour,dir     Add support for "flavour" ODBC drivers,
-                                  looking for include and lib dirs under "dir"
+[[ --with-pdo-odbc=flavour,dir  Add support for "flavour" ODBC drivers,
+                               looking for include and lib dirs under "dir"
          
         flavour can be one of:
            ibm-db2, unixODBC