From 49cc2a63b31f9b749f1fb3b26f568ad87c3ff17d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 7 Jul 2019 06:25:58 +0200 Subject: Remove some more Apache 1 left overs - warning in configure.ac is relevant for the sapi/apache - errors output redirected to /dev/null when checking Apache version --- build/php.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/php.m4') diff --git a/build/php.m4 b/build/php.m4 index d35cb037a7..b53f10e2a5 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -2104,7 +2104,7 @@ AC_DEFUN([PHP_INSTALL_HEADERS],[ dnl dnl PHP_AP_EXTRACT_VERSION(/path/httpd) dnl -dnl This macro is used to get a comparable version for apache1/2. +dnl This macro is used to get a comparable version for Apache. dnl AC_DEFUN([PHP_AP_EXTRACT_VERSION],[ ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'` -- cgit v1.2.1