summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-08 14:12:56 +0000
committerfoobar <sniper@php.net>2003-07-08 14:12:56 +0000
commit471eaadffd08280c6e128543040e2affeb3b429c (patch)
tree393e5254133fdecdc3303b4eaccc700effb235f8 /sapi
parent502d59ea0111121ad6c835b9814ab179230b17b0 (diff)
downloadphp-git-471eaadffd08280c6e128543040e2affeb3b429c.tar.gz
apache2filter does not require 2.0.44
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache2filter/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4
index 8cc84290cd..53e9e61eda 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`