From 467c6f0df641a9a41705e3f413ae7872d68529ee Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Aug 1998 11:24:50 +0000 Subject: [PATCH] [project @ 1998-08-19 11:24:50 by sof] WithGhcHc: let configure script fill in default --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 0a4daee..4bff39b 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -147,7 +147,7 @@ IncludeTestDirsInBuild=NO # HC_ROJEMO_NHC # HC_UNSPECIFIED -WithGhcHc = ghc-2.10 +WithGhcHc = @WithGhcHc@ # Extra ways in which to build the compiler (for example, you might want to # build a profiled compiler so you can see where it spends its time) -- 1.7.10.4