diff options
author | Derick Rethans <derick@php.net> | 2005-01-26 18:03:04 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-01-26 18:03:04 +0000 |
commit | 7b27263e16accd43ac6977c7a258469ce980119c (patch) | |
tree | 2b8fc7c734852dbf2f9af30e5b9654cd8479b52c /sapi | |
parent | 4a5294788eea94e1c0207a29bfad746f3e3052fe (diff) | |
download | php-git-7b27263e16accd43ac6977c7a258469ce980119c.tar.gz |
- There is no --with-apache2, only apxs2
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 7becbbd519..aa84c2cfc0 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -132,7 +132,7 @@ AC_ARG_WITH(apache, # For Apache 2.0.x elif test -f $withval/include/httpd.h && test -f $withval/srclib/apr/include/apr_general.h ; then - AC_MSG_ERROR([Use --with-apache2 with Apache 2.x!]) + AC_MSG_ERROR([Use --with-apxs2 with Apache 2.x!]) # For Apache 1.3.x elif test -f $withval/src/main/httpd.h; then APACHE_HAS_REGEX=1 |