From: simonm Date: Thu, 8 Oct 1998 15:04:17 +0000 (+0000) Subject: [project @ 1998-10-08 15:04:17 by simonm] X-Git-Tag: Approx_2487_patches~238 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=078694f1710d71717d109e0423de5831627e4e03;p=ghc-hetmet.git [project @ 1998-10-08 15:04:17 by simonm] Default WithGhcHc is now just "ghc". Too many people complained. --- diff --git a/configure.in b/configure.in index b12f682..ff9d968 100644 --- a/configure.in +++ b/configure.in @@ -300,7 +300,7 @@ AC_ARG_WITH(ghc-hc, recent version of GHC, but you could always try...) ], [WithGhcHc="$withval"], -[WithGhcHc="ghc-2.10"] +[WithGhcHc="ghc"] ) AC_SUBST(WithGhcHc)