mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Add enable-threads flag for gcc on HPUX
This commit is contained in:
parent
25df65b0b8
commit
a33c135b0a
@ -99,7 +99,7 @@ CFLAGS="$save_CFLAGS"
|
||||
AC_CACHE_CHECK(for pthreads_cflags,ac_cv_pthreads_cflags,[
|
||||
ac_cv_pthreads_cflags=""
|
||||
if test "$pthreads_working" != "yes"; then
|
||||
for flag in -pthreads -pthread -mthreads -Kthread; do
|
||||
for flag in -pthreads -pthread -mthreads -Kthread -threads; do
|
||||
ac_save="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $flag"
|
||||
PTHREADS_CHECK_COMPILE
|
||||
|
Loading…
Reference in New Issue
Block a user