[project @ 2003-02-12 21:39:43 by wolfgang]
authorwolfgang <unknown>
Wed, 12 Feb 2003 21:39:43 +0000 (21:39 +0000)
committerwolfgang <unknown>
Wed, 12 Feb 2003 21:39:43 +0000 (21:39 +0000)
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

index 5cfec6f..b43a97f 100644 (file)
@@ -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