summaryrefslogtreecommitdiff
path: root/TSRM/threads.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-10 08:26:59 +0000
committerSascha Schumann <sas@php.net>2000-06-10 08:26:59 +0000
commit0eeee6b7c83319775c96734f940b05a397fb7914 (patch)
tree2ad30fa4c13c2300496411592c3f69f3dc10a6d2 /TSRM/threads.m4
parentf6c8918a0dd76b918d9704cbf4f6670ce5b0f98c (diff)
downloadphp-git-0eeee6b7c83319775c96734f940b05a397fb7914.tar.gz
Add -qthreaded for AIX cc V5
Diffstat (limited to 'TSRM/threads.m4')
-rw-r--r--TSRM/threads.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/TSRM/threads.m4 b/TSRM/threads.m4
index 2eee563a47..812b38e1ea 100644
--- a/TSRM/threads.m4
+++ b/TSRM/threads.m4
@@ -94,6 +94,7 @@ dnl -mt WorkShop cc (Solaris)
dnl -mthreads gcc (AIX)
dnl -pthread gcc (Linux, FreeBSD, NetBSD, OpenBSD)
dnl -pthreads gcc (Solaris)
+dnl -qthreaded AIX cc V5
dnl -threads gcc (HP-UX)
dnl
AC_DEFUN(PTHREADS_CHECK,[
@@ -108,7 +109,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 -kthread -pthreads -pthread -mthreads -Kthread -threads; do
+ for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
ac_save="$CFLAGS"
CFLAGS="$CFLAGS $flag"
PTHREADS_CHECK_COMPILE