summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-06-09 13:58:40 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-06-09 13:58:40 +0000
commit8df809e4ce2319cccd91b14a74e13c879faaf357 (patch)
tree0e9db6cc192c09b12ceef9ae4760b17eb36e8493 /mk
parent7434fb5be86c7cc59c520dc07dc96b27b4fb1406 (diff)
downloadhaskell-8df809e4ce2319cccd91b14a74e13c879faaf357.tar.gz
Move readline configuration into the readline package
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 022e026136..2e0f71c442 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -377,18 +377,6 @@ ifeq "$(TargetArch_CPP)" "ia64"
SplitObjs=NO
endif
-# Build the Haskell Readline bindings?
-#
-GhcLibsWithReadline=@GhcLibsWithReadline@
-
-# Libraries needed for linking with readline
-LibsReadline=@LibsReadline@
-
-# Include path to readline.h
-# (no path == in standard include path)
-#
-ReadlineIncludePath=
-
# Math library
LIBM=@LIBM@