X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=0650d46ee7c42dfbc7e0ab701815e2075b6d501c;hb=31796c5c0312aa9a04f3519fa32b0f15b9a14541;hp=e2626a2f3d30cb91a1f393c1c2c4eda03b47b689;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index e2626a2..0650d46 100644 --- a/configure.ac +++ b/configure.ac @@ -708,25 +708,6 @@ if test "$WithGhc" != ""; then AC_SUBST(ghc_ge_609)dnl fi -# Check whether this GHC has editline installed -FP_GHC_HAS_EDITLINE - -# Dummy arguments to print help for --with-editline-* arguments. -# Those are actually passed to the editline package's configure script -# via the CONFIGURE_ARGS variable in mk/config.mk -AC_ARG_WITH(dummy-editline-includes, - [AC_HELP_STRING([--with-editline-includes], - [directory containing editline/editline.h or editline/readline.h])], - [], - []) - -AC_ARG_WITH(dummy-editline-libraries, - [AC_HELP_STRING([--with-editline-libraries], - [directory containing the editline library])], - [], - []) - - AC_PATH_PROGS(NHC,nhc nhc98) AC_PATH_PROG(HBC,hbc)