mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
apache2filter does not require 2.0.44
This commit is contained in:
parent
502d59ea01
commit
471eaadffd
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ AC_ARG_WITH(apxs2filter,
|
||||||
PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
|
PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
|
||||||
if test "$APACHE_VERSION" -le 2000000; then
|
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)])
|
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
|
elif test "$APACHE_VERSION" -lt 2000040; then
|
||||||
AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required.])
|
AC_MSG_ERROR([Please note that Apache version >= 2.0.40 is required.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
|
APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue