Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
d0864f52
Commit
d0864f52
authored
Dec 05, 2007
by
Simon Marlow
Browse files
move FP_FIND_ROOT after the "GHC is required" check
parent
5109078b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d0864f52
...
...
@@ -637,8 +637,6 @@ AC_ARG_WITH([ghc],
WithGhc="$GHC"])
AC_SUBST([WithGhc])
FP_FIND_ROOT
AC_ARG_WITH(hc,
[AC_HELP_STRING([--with-hc=ARG],
[Use ARG as the path to the compiler for compiling ordinary
...
...
@@ -758,6 +756,9 @@ if test "$BootingFromHc" = "NO" -a "$WithGhc" = "" -a -d "$srcdir/compiler"; the
AC_MSG_ERROR([GHC is required unless bootstrapping from .hc files.])
fi;
# This uses GHC, so put it after the "GHC is required" check above:
FP_FIND_ROOT
dnl ** Enable the construction of Win32 DLLs?
dnl --------------------------------------------------------------
dnl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment