diff options
author | simonm <unknown> | 1998-10-08 15:04:17 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-10-08 15:04:17 +0000 |
commit | 078694f1710d71717d109e0423de5831627e4e03 (patch) | |
tree | 29cbf382dc4964117dbfa858a112494bab0e039a /configure.in | |
parent | 36d5a443f99f90f86d266513aea7cccff783f45e (diff) | |
download | haskell-078694f1710d71717d109e0423de5831627e4e03.tar.gz |
[project @ 1998-10-08 15:04:17 by simonm]
Default WithGhcHc is now just "ghc". Too many people complained.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b12f6828f7..ff9d968ac3 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) |