[project @ 1998-10-08 15:04:17 by simonm]
authorsimonm <unknown>
Thu, 8 Oct 1998 15:04:17 +0000 (15:04 +0000)
committersimonm <unknown>
Thu, 8 Oct 1998 15:04:17 +0000 (15:04 +0000)
Default WithGhcHc is now just "ghc".  Too many people complained.

configure.in

index b12f682..ff9d968 100644 (file)
@@ -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)