From: wolfgang Date: Wed, 12 Feb 2003 21:39:43 +0000 (+0000) Subject: [project @ 2003-02-12 21:39:43 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~1172 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=12c7df20b8cd01e7e43d2f3141f79562d7f93344 [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 --- 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