diff options
author | foobar <sniper@php.net> | 2002-07-25 18:37:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-07-25 18:37:16 +0000 |
commit | 272913f3d4656fad9c31faf940e0635799f5ad3a (patch) | |
tree | d142bfa4e06ed8746778d36f084205cbb558463f /sapi/apache | |
parent | 2dbd41869c921fe2a2785e17322c0f3f1b8b2eab (diff) | |
download | php-git-272913f3d4656fad9c31faf940e0635799f5ad3a.tar.gz |
- Fixed bug: #18560, the macro was not defined always.
Diffstat (limited to 'sapi/apache')
-rw-r--r-- | sapi/apache/config.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index a652ee1440..63c2aa5c5d 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -2,17 +2,6 @@ dnl dnl $Id$ dnl -AC_DEFUN(PHP_AP_EXTRACT_VERSION,[ - ac_output=`$1 -v 2>&1` - ac_IFS=$IFS -IFS="- /. -" - set $ac_output - IFS=$ac_IFS - - APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6` -]) - AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS) AC_ARG_WITH(apxs, [ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional |