diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 042b417ff1..ab82bb0bfe 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,8 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.1], [glasgow-haske # checkout), then we ship a file 'VERSION' containing the full version # when the source distribution was created. +FP_FIND_ROOT + if test ! -f mk/config.h.in; then echo "mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?" exit 1 @@ -258,10 +260,6 @@ AC_ARG_WITH(hc, ) AC_SUBST(WithHc) -# This uses GHC, so put it after the "GHC is required" check above: -FP_INTREE_GHC_PWD -FP_FIND_ROOT - fail() { echo >&2 echo "$1" >&2 |