From 7e37fa9f6e3d38e2705626dfa644caae372d7579 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Tue, 8 Mar 2005 04:45:38 +0000 Subject: [project @ 2005-03-08 04:45:38 by wolfgang] Mac OS X: Kill HaskellSupport.framework. Instead, look for GMP.framework (a framework-version of libgmp), else look for a normal -lgmp as usual. The other part of HaskellSupport.framework, dlcompat, is no longer needed (as of Mac OS X 10.3, it's included in libSystem). It's enough to just use the normal configure tests for -ldl. MERGE TO STABLE --- include/HsUnix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index 6950b57..cce4e5e 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -76,11 +76,7 @@ #include #endif -#ifdef HAVE_FRAMEWORK_HASKELLSUPPORT -#include -#else #include -#endif #ifdef HAVE_SIGNAL_H #include -- cgit v1.2.3