[project @ 2003-02-12 21:39:43 by wolfgang]
[ghc-hetmet.git] / 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