]> granicus.if.org Git - php/commitdiff
- MFH: There is no --with-apache2, only apxs2
authorDerick Rethans <derick@php.net>
Wed, 26 Jan 2005 18:03:17 +0000 (18:03 +0000)
committerDerick Rethans <derick@php.net>
Wed, 26 Jan 2005 18:03:17 +0000 (18:03 +0000)
sapi/apache/config.m4

index 7becbbd519639e68465814c5aba0038379142746..aa84c2cfc06cca19254de7b396fd9656e0c9805c 100644 (file)
@@ -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