summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-05-04 17:08:47 -0700
committerDavid Terei <davidterei@gmail.com>2011-05-04 17:08:47 -0700
commit51fd4a1db15971e8eb46a2d665dc3f1572b95653 (patch)
treed110f644a9fd443c9cdab2024750d06a3f8c7d8f /aclocal.m4
parentb455448383fc4bbbfe5bdf3415145d1366811cad (diff)
downloadhaskell-51fd4a1db15971e8eb46a2d665dc3f1572b95653.tar.gz
Remove unused hasktags configure check
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 7433873279..c7aba3e6a3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1031,18 +1031,6 @@ AC_SUBST([FopCmd])
])# FP_PROG_FOP
-# FP_PROG_HSTAGS
-# ----------------
-# Sets the output variable HstagsCmd to the full Haskell tags program path.
-# HstagsCmd is empty if no such program could be found.
-AC_DEFUN([FP_PROG_HSTAGS],
-[AC_PATH_PROG([HstagsCmd], [hasktags])
-if test -z "$HstagsCmd"; then
- AC_MSG_WARN([cannot find hasktags in your PATH, you will not be able to build the tags])
-fi
-])# FP_PROG_HSTAGS
-
-
# FP_PROG_GHC_PKG
# ----------------
# Try to find a ghc-pkg matching the ghc mentioned in the environment variable