From: Derick Rethans Date: Wed, 26 Jan 2005 18:03:30 +0000 (+0000) Subject: - MFH: There is no --with-apache2, only apxs2 X-Git-Tag: php-4.3.11RC1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c61f31defeae40276e80888bcf8b3557a2cb3f95;p=php - MFH: There is no --with-apache2, only apxs2 --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 205dfa8458..329217d9ef 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