]> granicus.if.org Git - php/commitdiff
apache2filter does not require 2.0.44
authorfoobar <sniper@php.net>
Tue, 8 Jul 2003 14:12:56 +0000 (14:12 +0000)
committerfoobar <sniper@php.net>
Tue, 8 Jul 2003 14:12:56 +0000 (14:12 +0000)
sapi/apache2filter/config.m4

index 8cc84290cd89dd316f6cbb544f571192b51bb5da..53e9e61eda2ba4b5e3fccdcecc1360cc674768aa 100644 (file)
@@ -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`