[project @ 2004-11-20 15:12:26 by panne]
[ghc-hetmet.git] / ghc / mk / config.mk.in
similarity index 88%
rename from ghc/mk/config.mk
rename to ghc/mk/config.mk.in
index 6391f87..711c90b 100644 (file)
@@ -1,5 +1,4 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -22,4 +21,7 @@ GhcBinDistLibPrlScripts = ghc-asm ghc-split
 GhcBinDistBins = hp2ps ghcprof
 GhcBinDistLinks = ghc ghci ghc-pkg
 
+# Set to YES if $(GHC) has the readline package installed
+GhcHasReadline = @GhcHasReadline@
+
 include $(GhcMainDir)/mk/version.mk