sniper Tue Jul 8 10:12:56 2003 EDT
Modified files:
/php-src/sapi/apache2filter config.m4
Log:
apache2filter does not require 2.0.44
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.33
php-src/sapi/apache2filter/config.m4:1.34
--- php-src/sapi/apache2filter/config.m4:1.33 Tue Jul 8 09:53:34 2003
+++ php-src/sapi/apache2filter/config.m4 Tue Jul 8 10:12:56 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.33 2003/07/08 13:53:34 sniper Exp $
+dnl $Id: config.m4,v 1.34 2003/07/08 14:12:56 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 filter-module support via DSO through APXS)
@@ -52,8 +52,8 @@
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`
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php