]> granicus.if.org Git - php/commitdiff
Alignment fix
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 10:47:12 +0000 (10:47 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 10:47:12 +0000 (10:47 +0000)
ext/dba/config.m4
sapi/servlet/config.m4

index 8fd659f0627f6bb3fbd49243a4901776ac64f502..dabc72d48b1b6c958b81420ce6f2ae4feede27c2 100644 (file)
@@ -393,7 +393,7 @@ AC_DEFUN(PHP_DBA_BUILTIN_INI,[
 ])
 
 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
 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
index 05ebd70fad9deb19943bfd6d18386978dda6af7e..26cd63c92faccb6e91adcbe7915bd27eaf1126ab 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 AC_MSG_CHECKING(for Servlet support)
 AC_ARG_WITH(servlet,
-[  --with-servlet[=DIR]    Include servlet support. DIR is the base install
+[  --with-servlet[=DIR]      Include servlet support. DIR is the base install
                           directory for the JSDK.  This SAPI prereqs the
                           java extension must be built as a shared dl.],
 [