From: Christopher Jones Date: Wed, 23 Mar 2011 18:56:47 +0000 (+0000) Subject: Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) ... X-Git-Tag: php-5.4.0alpha1~191^2~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4d7e88c90b8e65c3c43fc815b4759391190a62;p=php Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) (Chris Jones) --- 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="- /. "