moriyoshi Thu Oct 2 06:48:03 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/dba config.m4
Log:
MFH(r-1.55): Alignment fix
Index: php-src/ext/dba/config.m4
diff -u php-src/ext/dba/config.m4:1.29.2.22 php-src/ext/dba/config.m4:1.29.2.23
--- php-src/ext/dba/config.m4:1.29.2.22 Fri Aug 15 14:47:02 2003
+++ php-src/ext/dba/config.m4 Thu Oct 2 06:48:02 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.29.2.22 2003/08/15 18:47:02 sniper Exp $
+dnl $Id: config.m4,v 1.29.2.23 2003/10/02 10:48:02 moriyoshi Exp $
dnl
dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -393,7 +393,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
@@ -414,7 +414,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