X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=d94ba3d99028aa2a43a06e71ce627af48de0e125;hb=c399df70adc01df586e0bd8fa6e2880fdc643791;hp=0cc939bbfebb5a27628bf772f5c5681d0aabe553;hpb=b8829277b469221f0b5e6ae49f309ed845666732;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 0cc939b..d94ba3d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -180,7 +180,7 @@ GhcLibHcOpts= -split-objs -odir $(basename $*) # Build the Haskell Readline bindings? # -HsLibsWithReadline=YES +HsLibsWithReadline=NO # # Include path to readline.h # (no path == in standard include path) @@ -516,7 +516,7 @@ RUNTEST = $(RUNTEST_PREFIX)runstdtest HAPPY = @HappyCmd@ LX = @LxCmd@ -ifneq "$(HAPPY)" "" +ifeq "$(HAPPY)" "" HAPPY = $(HAPPY_PREFIX)happy endif