[project @ 2001-04-23 16:49:59 by sewardj]
authorsewardj <unknown>
Mon, 23 Apr 2001 16:49:59 +0000 (16:49 +0000)
committersewardj <unknown>
Mon, 23 Apr 2001 16:49:59 +0000 (16:49 +0000)
GhcWithInterpreter=YES when mingw32 as well.

mk/config.mk.in

index 1691db4..54702b1 100644 (file)
@@ -192,7 +192,7 @@ HaveLibDL = @HaveLibDL@
 
 # Include GHCi in the compiler.  Default to NO for the time being.
 
-ifneq "$(findstring $(HostOS_CPP), linux solaris2 freebsd netbsd openbsd)" ""
+ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" ""
 GhcWithInterpreter=YES
 ifeq "$(HaveLibDL)" "YES"
 SRC_HC_OPTS += -ldl