mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
This commit is contained in:
parent
88426390a8
commit
8e3fdccb8d
@ -91,6 +91,8 @@ AC_PROG_CC
|
||||
AC_AIX
|
||||
|
||||
case "$host_alias" in
|
||||
*solaris*)
|
||||
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS";;
|
||||
*dgux*)
|
||||
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR";;
|
||||
*rhapsody*)
|
||||
|
Loading…
Reference in New Issue
Block a user