diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-24 12:25:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-24 12:25:58 +0000 |
commit | 40065d252f91034dcc9ecc14e7cb25b6b7a0bdca (patch) | |
tree | ef6857cb0ff933e3e4222373ef013b3020cc1f1a /configure.ac | |
parent | 0d43cb1bcb0463f3a84d47e2bea66970cf9f8bca (diff) | |
download | haskell-40065d252f91034dcc9ecc14e7cb25b6b7a0bdca.tar.gz |
In configure, don't call FPTOOLS_HADDOCK
We now use the in-tree haddock, so we don't need to look for it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f4ba4dbec3..3e48e23ac5 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 |