sascha 00/01/12 12:41:59
Modified: src acinclude.m4
Log:
gcc on AIX takes -mthreads. I wonder what they smoked during creating
all those wonderful flags.
Revision Changes Path
1.15 +4 -1 apache-2.0/src/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /home/cvs/apache-2.0/src/acinclude.m4,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -u -r1.14 -r1.15
--- acinclude.m4 2000/01/11 13:10:56 1.14
+++ acinclude.m4 2000/01/12 20:41:57 1.15
@@ -197,7 +197,10 @@
],[
APACHE_CHECK_GCC_ARG(-pthreads, [
CFLAGS="$CFLAGS -pthreads"
- ])])
+ ],[
+ APACHE_CHECK_GCC_ARG(-mthreads, [
+ CFLAGS="$CFLAGS -mthreads"
+ ])])])
fi
APACHE_THREAD_TEST