mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Remove very old -no-cpp-precomp compatibility flag on Mac
Closes GH-6501.
This commit is contained in:
parent
0896f36bc6
commit
36ff92e6fb
@ -222,12 +222,6 @@ case $host_alias in
|
||||
*dgux*)
|
||||
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"
|
||||
;;
|
||||
*darwin*)
|
||||
if test -n "$GCC"; then
|
||||
AX_CHECK_COMPILE_FLAG([-no-cpp-precomp],
|
||||
[CPPFLAGS="$CPPFLAGS -no-cpp-precomp"])
|
||||
fi
|
||||
;;
|
||||
*mips*)
|
||||
CPPFLAGS="$CPPFLAGS -D_XPG_IV"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user