diff options
author | Ian Lynagh <igloo@earth.li> | 2009-04-29 00:58:38 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-04-29 00:58:38 +0000 |
commit | 46aed8a4a084add708bbd119d19905105d5f0d72 (patch) | |
tree | 2f93cdcc414bc3a3b128512b0a1ee3d6ddce95bf /aclocal.m4 | |
parent | e213baf0e233efca39d627efcbabeeaac14f3e5c (diff) | |
download | haskell-46aed8a4a084add708bbd119d19905105d5f0d72.tar.gz |
Use haskeline, rather than editline, for line editing in ghci
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 5afe2d93d8..013f7ff76b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -943,20 +943,6 @@ else fi])# FP_PROG_GHC_PKG -# FP_GHC_HAS_EDITLINE -# ------------------- -AC_DEFUN([FP_GHC_HAS_EDITLINE], -[AC_REQUIRE([FP_PROG_GHC_PKG]) -AC_CACHE_CHECK([whether ghc has editline package], [fp_cv_ghc_has_editline], -[if "${GhcPkgCmd-ghc-pkg}" --show-package editline >/dev/null 2>&1; then - fp_cv_ghc_has_editline=yes -else - fp_cv_ghc_has_editline=no - fi]) -AC_SUBST([GhcHasEditline], [`echo $fp_cv_ghc_has_editline | sed 'y/yesno/YESNO/'`]) -])# FP_GHC_HAS_EDITLINE - - # FP_GCC_EXTRA_FLAGS # ------------------ # Determine which extra flags we need to pass gcc when we invoke it |