From: sof Date: Tue, 4 Jun 2002 18:17:50 +0000 (+0000) Subject: [project @ 2002-06-04 18:17:50 by sof] X-Git-Tag: Approx_11550_changesets_converted~1992 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac541c38c61e0718d7b3df35dcc1541d702462bf;p=ghc-hetmet.git [project @ 2002-06-04 18:17:50 by sof] GhcWithInterpreter: thumbs up for cygwin --- diff --git a/mk/config.mk.in b/mk/config.mk.in index d2a1267..e55e97d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -212,7 +212,7 @@ HaveRtldLocal = @HaveRtldLocal@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" "" GhcWithInterpreter=YES ifeq "$(HaveLibDL)" "YES" SRC_HC_OPTS += -ldl