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.3.7RC1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ca08487b741002f6ae0b09dad6479c1eec4bae4;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 25e35fd179..811249bcfb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2591,7 +2591,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="- /. "