diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-10-02 10:47:12 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-10-02 10:47:12 +0000 |
commit | daf7528d901bd6948471891cd90b132e544b55c0 (patch) | |
tree | dd35d6a9d2031fb098713d022b826caf69b0d4ca | |
parent | f2b36ec52bf533eeb289d6039dcf7c40e2b735e3 (diff) | |
download | php-git-daf7528d901bd6948471891cd90b132e544b55c0.tar.gz |
Alignment fix
-rw-r--r-- | ext/dba/config.m4 | 4 | ||||
-rw-r--r-- | sapi/servlet/config.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 8fd659f062..dabc72d48b 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -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 diff --git a/sapi/servlet/config.m4 b/sapi/servlet/config.m4 index 05ebd70fad..26cd63c92f 100644 --- a/sapi/servlet/config.m4 +++ b/sapi/servlet/config.m4 @@ -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.], [ |