From 3a831b2c016944c1f976d07c5ee9002c6250d9ac Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 4 Nov 2013 00:48:43 +0100 Subject: fix HAVE_PTHREADS being undefined on windows --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3