From 40065d252f91034dcc9ecc14e7cb25b6b7a0bdca Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 24 Sep 2008 12:25:58 +0000 Subject: [PATCH] In configure, don't call FPTOOLS_HADDOCK We now use the in-tree haddock, so we don't need to look for it. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index f4ba4db..3e48e23 100644 --- a/configure.ac +++ b/configure.ac @@ -1003,9 +1003,6 @@ if test "$BootingFromHc" = "NO"; then FPTOOLS_HAPPY fi; -dnl ** check for installed haddock -FPTOOLS_HADDOCK - dnl ** check for installed alex binary + version dnl (don't do it if we're booting from .hc files though.) if test "$BootingFromHc" = "NO"; then -- 1.7.10.4