summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-07 06:25:58 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-07 12:09:19 +0200
commit49cc2a63b31f9b749f1fb3b26f568ad87c3ff17d (patch)
treedab0a21ca1e4c684312ca10853f37b8f10b54b72 /build
parent7514b5d91c01eee72837727e853183869a156a7f (diff)
downloadphp-git-49cc2a63b31f9b749f1fb3b26f568ad87c3ff17d.tar.gz
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
Diffstat (limited to 'build')
-rw-r--r--build/php.m42
1 files changed, 1 insertions, 1 deletions
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-//'`