From: foobar Date: Tue, 8 Jul 2003 14:13:10 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.3RC2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be22abf64221287233b62c74f5c9791d9b0b4f7;p=php MFH --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index aebfd1d0a1..bed5e4e8fd 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -52,8 +52,8 @@ AC_ARG_WITH(apxs2filter, PHP_AP_EXTRACT_VERSION($APXS_HTTPD) if test "$APACHE_VERSION" -le 2000000; then AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)]) - elif test "$APACHE_VERSION" -lt 2000044; then - AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required.]) + elif test "$APACHE_VERSION" -lt 2000040; then + AC_MSG_ERROR([Please note that Apache version >= 2.0.40 is required.]) fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`