helly           Fri Feb 25 15:02:47 2005 EDT

  Modified files:              
    /php-src/ext/dba    config.m4 
  Log:
  - Align
  
http://cvs.php.net/diff.php/php-src/ext/dba/config.m4?r1=1.64&r2=1.65&ty=u
Index: php-src/ext/dba/config.m4
diff -u php-src/ext/dba/config.m4:1.64 php-src/ext/dba/config.m4:1.65
--- php-src/ext/dba/config.m4:1.64      Fri Jan 21 20:31:54 2005
+++ php-src/ext/dba/config.m4   Fri Feb 25 15:02:45 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.64 2005/01/22 01:31:54 sniper Exp $
+dnl $Id: config.m4,v 1.65 2005/02/25 20:02:45 helly Exp $
 dnl
 
 dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -433,7 +433,7 @@
 ])
 
 AC_ARG_WITH(inifile,
-[  --with-inifile            DBA: Include INI support],[
+[  --with-inifile          DBA: Include INI support],[
   if test "$withval" != "no"; then
     PHP_DBA_BUILTIN_INI
   fi
@@ -454,7 +454,7 @@
 dnl FlatFile check must be the last one.
 dnl
 AC_ARG_WITH(flatfile,
-[  --with-flatfile           DBA: Include FlatFile support],[
+[  --with-flatfile         DBA: Include FlatFile support],[
   if test "$withval" != "no"; then
     PHP_DBA_BUILTIN_FLATFILE
   fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to