diff options
| author | Sascha Schumann <sas@php.net> | 2000-03-26 19:47:28 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-03-26 19:47:28 +0000 |
| commit | b4db46606e5fc5e49f5fb8dc367e57ecacf7bf02 (patch) | |
| tree | 5a598fd74f551f1cd37b860e4863d655f385b61d /sapi/apache/config.m4 | |
| parent | 6da32c3314c08aac7c94eb7f36db35ba7c56d4f2 (diff) | |
| download | php-git-b4db46606e5fc5e49f5fb8dc367e57ecacf7bf02.tar.gz | |
Some white-space changes
Diffstat (limited to 'sapi/apache/config.m4')
| -rw-r--r-- | sapi/apache/config.m4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index ce067edf4d..e8dc8dcba5 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -12,9 +12,8 @@ AC_DEFUN(PHP_APACHE_CHECK_RDYNAMIC,[ AC_MSG_CHECKING(for Apache module support via DSO through APXS) AC_ARG_WITH(apxs, -[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional - pathname to the Apache apxs tool; defaults to "apxs".], -[ +[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional + pathname to the Apache apxs tool; defaults to "apxs".],[ if test "$withval" = "yes"; then APXS=apxs else @@ -49,9 +48,8 @@ APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache/mod_php4.* sapi/apache/libphp4.modu if test "$PHP_SAPI" != "apache"; then AC_MSG_CHECKING(for Apache module support) AC_ARG_WITH(apache, -[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache - build directory, defaults to /usr/local/etc/httpd.], -[ +[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache + build directory, defaults to /usr/local/etc/httpd.],[ if test "$withval" = "yes"; then # Apache's default directory withval=/usr/local/apache |
