Skip to content

Commit

Permalink
Remove obsolete --with-hc flag from ./configure
Browse files Browse the repository at this point in the history
This was probably missed during the big build-system refactoring in
34cc75e
  • Loading branch information
hvr committed Mar 28, 2016
1 parent eb25381 commit cd3fbff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd3fbff

Please sign in to comment.