From aff40216960f0d87634e1429b1ff7e2237eed803 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 4 Feb 2005 23:10:48 +0000 Subject: [PATCH] * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zap the PTHREAD_ variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17086 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index e053ae05d..3240c2662 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-02-04 Ken Raeburn + + * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not + enabled, zap the PTHREAD_ variables. + 2005-01-12 Tom Yu * aclocal.m4 (AC_LIBRARY_NET): Also check for res_ndestroy. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index d135d5c10..0e8f4bd56 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -166,6 +166,10 @@ if test "$enable_thread_support" = yes; then 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 -- 2.26.2