From: Joe Orton Date: Wed, 3 Nov 2004 13:04:10 +0000 (+0000) Subject: Fix extraction of httpd version if httpd is linked against -lefence. X-Git-Tag: RELEASE_0_2~750 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2469701b8723327fa826dc2028cbf0655fabd8b0;p=php Fix extraction of httpd version if httpd is linked against -lefence. --- diff --git a/acinclude.m4 b/acinclude.m4 index 923d7f0d38..8f1b7f5c47 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1886,7 +1886,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` + ac_output=`$1 -v 2>&1 | grep version` ac_IFS=$IFS IFS="- /. "