Browse Source

Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) (Chris Jones)

pull/12/head
Christopher Jones 16 years ago
parent
commit
8ca08487b7
  1. 2
      acinclude.m4

2
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="- /.
"

Loading…
Cancel
Save