summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-03-23 18:56:47 +0000
committerChristopher Jones <sixd@php.net>2011-03-23 18:56:47 +0000
commit0a4d7e88c90b8e65c3c43fc815b4759391190a62 (patch)
tree9a16fc6e5ed584a854b2f8a9a9cf402edcd9e4c5 /acinclude.m4
parente7a5fb405e6a2cf471cbed17fbbfda0768b3fc3a (diff)
downloadphp-git-0a4d7e88c90b8e65c3c43fc815b4759391190a62.tar.gz
Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) (Chris Jones)
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1c5cecd9a6..56823bf69c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2606,7 +2606,7 @@ dnl This macro is used to get a comparable
dnl version for apache1/2.
dnl
AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
- ac_output=`$1 -v 2>&1 | grep version`
+ ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
ac_IFS=$IFS
IFS="- /.
"