aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index d135d5c..0e8f4bd 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