summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-16 06:04:07 +0000
committerIan Lynagh <igloo@earth.li>2008-03-16 06:04:07 +0000
commitdab5f1b5a1df0fdff2c9942ca311616ad472adcd (patch)
tree1d03abda36a8cf4ae0d2bf470c9aa91861ee9d52 /mk
parentaaca29b7456b9bf48eb99a749babbb92560fa8f3 (diff)
downloadhaskell-dab5f1b5a1df0fdff2c9942ca311616ad472adcd.tar.gz
Use editline instead of readline
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0e0a61301c..7d0e025eb0 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -860,8 +860,8 @@ EXECUTABLE_FILE = chmod +x
GHC = @WithGhc@
GhcDir = $(dir $(GHC))
-# Set to YES if $(GHC) has the readline package installed
-GhcHasReadline = @GhcHasReadline@
+# Set to YES if $(GHC) has the editline package installed
+GhcHasEditline = @GhcHasEditline@
HBC = @HBC@
NHC = @NHC@