sniper Tue Jul 8 10:13:10 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/apache2filter config.m4
Log:
MFH
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.25.2.7
php-src/sapi/apache2filter/config.m4:1.25.2.8
--- php-src/sapi/apache2filter/config.m4:1.25.2.7 Tue Jul 8 09:54:14 2003
+++ php-src/sapi/apache2filter/config.m4 Tue Jul 8 10:13:10 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.25.2.7 2003/07/08 13:54:14 sniper Exp $
+dnl $Id: config.m4,v 1.25.2.8 2003/07/08 14:13:10 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