windows: Never link to libpthread

This commit is contained in:
Martin Willi 2013-11-06 11:17:01 +01:00
parent 06c33ebf6a
commit 396baeaea2

View File

@ -737,6 +737,7 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
windows=true windows=true
openssl_lib=eay32 openssl_lib=eay32
AC_SUBST(PTHREADLIB, "")
], ],
[ [
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])