aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar wolfgang <unknown>2005-03-08 04:45:38 +0000
committerGravatar wolfgang <unknown>2005-03-08 04:45:38 +0000
commit7e37fa9f6e3d38e2705626dfa644caae372d7579 (patch)
tree40b6eeb10a90050e8235c90f5bbeb0f39b630352 /include
parent5bd5f28fe51bda2927d5f232c3486afb5cae07c3 (diff)
[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
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h4
1 files changed, 0 insertions, 4 deletions
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 <dirent.h>
#endif
-#ifdef HAVE_FRAMEWORK_HASKELLSUPPORT
-#include <HaskellSupport/dlfcn.h>
-#else
#include <dlfcn.h>
-#endif
#ifdef HAVE_SIGNAL_H
#include <signal.h>