Skip to content

Commit

Permalink
Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HT…
Browse files Browse the repository at this point in the history
…TP Server) (Chris Jones)
  • Loading branch information
cjbj committed Mar 23, 2011
1 parent e7a5fb4 commit 0a4d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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="- /.
"
Expand Down

0 comments on commit 0a4d7e8

Please sign in to comment.