diff options
author | Martin Willi <martin@revosec.ch> | 2013-11-06 11:17:01 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 15:53:03 +0200 |
commit | 396baeaea257608655f91a824ddfcbb3fa01e7a5 (patch) | |
tree | 5db9ce5b8275f1755879fc5168a18154b78509b3 | |
parent | 06c33ebf6a7abea85dfece0ada532c60b69628a5 (diff) | |
download | strongswan-396baeaea257608655f91a824ddfcbb3fa01e7a5.tar.bz2 strongswan-396baeaea257608655f91a824ddfcbb3fa01e7a5.tar.xz |
windows: Never link to libpthread
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 803c7258d..3848f8cde 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]) |