summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index ac88433821..a645aec9c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,15 +252,6 @@ AC_ARG_ENABLE(unregisterised,
)
AC_SUBST(Unregisterised)
-AC_ARG_WITH(hc,
-[AC_HELP_STRING([--with-hc=ARG],
- [Use ARG as the path to the compiler for compiling ordinary
- Haskell code (default= value of --with-ghc)])],
-[WithHc="$withval"],
-[WithHc=$WithGhc]
-)
-AC_SUBST(WithHc)
-
# Requires FPTOOLS_SET_PLATFORM_VARS to be run first.
FP_FIND_ROOT