summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-07 12:10:59 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-07 12:10:59 +0200
commit35709b56e4124b35d6b9fd307517d255af8303bb (patch)
tree6d1e6fcdcfd4f6a6262fb1305a1e54bf49602d41 /build
parente89cbfc1c946dda747e72f08504ac5d06c8966b7 (diff)
parent49cc2a63b31f9b749f1fb3b26f568ad87c3ff17d (diff)
downloadphp-git-35709b56e4124b35d6b9fd307517d255af8303bb.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove some more Apache 1 left overs
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 bdc29ddab7..366006c1b6 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-//'`