From 396baeaea257608655f91a824ddfcbb3fa01e7a5 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 6 Nov 2013 11:17:01 +0100 Subject: [PATCH] windows: Never link to libpthread --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 803c7258dd..3848f8cde7 100644 --- a/configure.ac +++ b/configure.ac @@ -737,6 +737,7 @@ AC_COMPILE_IFELSE( AC_MSG_RESULT([yes]) windows=true openssl_lib=eay32 + AC_SUBST(PTHREADLIB, "") ], [ AC_MSG_RESULT([no])