mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
@- Fixed -DEAPI inheritance from APXS. (Sascha)
This commit is contained in:
parent
59d1066525
commit
3bd34bf386
@ -28,7 +28,7 @@ AC_ARG_WITH(apxs,
|
||||
APACHE_HAS_REGEX=yes
|
||||
fi
|
||||
if `echo $APXS_CFLAGS|grep EAPI>/dev/null`; then
|
||||
CPPFLAGS="$CPPFLAGS -DUSE_EAPI"
|
||||
CPPFLAGS="$CPPFLAGS -DEAPI=1"
|
||||
fi
|
||||
PHP_SAPI=apache
|
||||
APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED"
|
||||
|
Loading…
Reference in New Issue
Block a user