projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d5a44
)
[project @ 1998-10-08 15:04:17 by simonm]
author
simonm
<unknown>
Thu, 8 Oct 1998 15:04:17 +0000
(15:04 +0000)
committer
simonm
<unknown>
Thu, 8 Oct 1998 15:04:17 +0000
(15:04 +0000)
Default WithGhcHc is now just "ghc". Too many people complained.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
b12f682
..
ff9d968
100644
(file)
--- 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)