From: Sascha Schumann Date: Wed, 12 Jan 2000 20:41:57 +0000 (+0000) Subject: gcc on AIX takes -mthreads. I wonder what they smoked during creating X-Git-Tag: 1.3.10~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db95a6d2b08647ec621304c05cebaac60f0b0252;p=apache gcc on AIX takes -mthreads. I wonder what they smoked during creating all those wonderful flags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 5b2a3774de..ace854801b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -197,7 +197,10 @@ if test -n "$GCC"; then ],[ APACHE_CHECK_GCC_ARG(-pthreads, [ CFLAGS="$CFLAGS -pthreads" - ])]) + ],[ + APACHE_CHECK_GCC_ARG(-mthreads, [ + CFLAGS="$CFLAGS -mthreads" + ])])]) fi APACHE_THREAD_TEST