From a8a0554fb3b883335c37013ea2b6873c3db4e2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 16 Jun 2005 16:18:02 +0000 Subject: [PATCH] disable threads on aix because of utmp/utmpx problems git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15402 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/pthreads.m4 | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 2a1bc0bc1..ec3f9d6de 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -37,16 +37,9 @@ case "$host" in esac ;; *-*-aix*) - if test "$GCC" = yes; then - native_pthread_support=yes - PTHREADS_LIBS="-pthread" - elif expr "$CC" : ".*_r" > /dev/null ; then - native_pthread_support=yes - PTHREADS_CFLAGS="" - PTHREADS_LIBS="" - else - native_pthread_support=no - fi + dnl AIX is disabled since we don't handle the utmp/utmpx + dnl problems that aix causes when compiling with pthread support + native_pthread_support=no ;; mips-sgi-irix6.[[5-9]]) # maybe works for earlier versions too native_pthread_support=yes