the PTHREAD_ variables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17086
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-02-04 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not
+ enabled, zap the PTHREAD_ variables.
+
2005-01-12 Tom Yu <tlyu@mit.edu>
* aclocal.m4 (AC_LIBRARY_NET): Also check for res_ndestroy.
CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L"
;;
esac
+else
+ PTHREAD_CC="$CC"
+ PTHREAD_CFLAGS=""
+ PTHREAD_LIBS=""
fi
dnl We want to know where these routines live, so on systems with weak
dnl reference support we can figure out whether or not the pthread library