summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fd76f5d1ad..5e23960e44 100755
--- a/configure
+++ b/configure
@@ -1285,6 +1285,7 @@ echores "$_dl"
echocheck "pthread"
+def_pthreads='#define HAVE_PTHREADS 0'
if linux ; then
THREAD_CFLAGS=-D_REENTRANT
elif freebsd || netbsd || openbsd ; then