From ffa906d1ee772b405c13639a6c107498a0427eca Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Mar 2002 05:11:16 +0000 Subject: [PATCH] [project @ 2002-03-25 05:11:16 by sof] not using -lpthread w/ mingw --- ghc/rts/rts.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/rts.conf.in b/ghc/rts/rts.conf.in index f77f78c..72bac27 100644 --- a/ghc/rts/rts.conf.in +++ b/ghc/rts/rts.conf.in @@ -30,7 +30,7 @@ Package { #ifdef USING_LIBBFD ,"bfd", "iberty" /* for debugging */ #endif -#ifdef THREADED_RTS +#if defined(THREADED_RTS) && !defined(mingw32_TARGET_OS) ,"pthread" #endif ], -- 1.7.10.4