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
This commit is contained in:
Love Hörnquist Åstrand
2005-06-16 16:18:02 +00:00
parent 7ae8d27bbe
commit a8a0554fb3

View File

@@ -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