From 12c7df20b8cd01e7e43d2f3141f79562d7f93344 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 12 Feb 2003 21:39:43 +0000 Subject: [PATCH] [project @ 2003-02-12 21:39:43 by wolfgang] Finally enable GHCi by default on Mac OS X, this should have been done a long time ago... MERGE TO STABLE --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 5cfec6f..b43a97f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -209,7 +209,7 @@ HaveRtldLocal = @HaveRtldLocal@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd darwin)" "" GhcWithInterpreter=YES else GhcWithInterpreter=NO -- 1.7.10.4