From: Ian Lynagh Date: Wed, 24 Nov 2010 14:04:15 +0000 (+0000) Subject: Remove unused build system variable: GhcHasEditline X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fb89c37912d2aa5f063aa9e3f0c2e7fd0a2b8099 Remove unused build system variable: GhcHasEditline --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 1488171..38672af 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -474,9 +474,6 @@ endif GhcDir = $(dir $(GHC)) -# Set to YES if $(GHC) has the editline package installed -GhcHasEditline = @GhcHasEditline@ - # Sometimes we want to invoke ghc from the build tree in different # places (eg. it's handy to have a nofib & a ghc build in the same # tree). We can refer to "this ghc" as $(GHC_INPLACE):