In configure, don't call FPTOOLS_HADDOCK
authorIan Lynagh <igloo@earth.li>
Wed, 24 Sep 2008 12:25:58 +0000 (12:25 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Sep 2008 12:25:58 +0000 (12:25 +0000)
We now use the in-tree haddock, so we don't need to look for it.

configure.ac

index f4ba4db..3e48e23 100644 (file)
@@ -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