[project @ 2001-04-10 16:30:46 by sewardj]
authorsewardj <unknown>
Tue, 10 Apr 2001 16:30:46 +0000 (16:30 +0000)
committersewardj <unknown>
Tue, 10 Apr 2001 16:30:46 +0000 (16:30 +0000)
Fix bogon which gives incorrect setting for GhcWithInterpreter on solaris2.

mk/config.mk.in

index 3de4aab..1691db4 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 solaris freebsd netbsd openbsd)" ""
+ifneq "$(findstring $(HostOS_CPP), linux solaris2 freebsd netbsd openbsd)" ""
 GhcWithInterpreter=YES
 ifeq "$(HaveLibDL)" "YES"
 SRC_HC_OPTS += -ldl