From 21debac333cc1ed969404b79762b79ff86936f51 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 28 Jun 2002 14:48:37 +0000 Subject: [PATCH] Require 2.0.40 --- sapi/apache2filter/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 471987b59c..2cfff4bc2e 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -46,8 +46,8 @@ AC_ARG_WITH(apxs2, APACHE_VERSION=`$APXS_HTTPD -v | head -1 | cut -f3 -d' ' | cut -f2 -d'/' | cut -f1 -d'-' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` 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 2000035; then - AC_MSG_ERROR([Please note that Apache version >= 2.0.35 is required.]) + elif test "$APACHE_VERSION" -lt 2000040; then + AC_MSG_ERROR([Please note that Apache version >= 2.0.40 is required.]) fi INSTALL_IT="\$(mkinstalldirs) \"\$(INSTALL_ROOT)`$APXS -q LIBEXECDIR`\" && $APXS -S LIBEXECDIR=\"\$(INSTALL_ROOT)`$APXS -q LIBEXECDIR`\" -i `[ -d \`$APXS -q SYSCONFDIR\` ] || echo -a` -n php4" -- 2.40.0