X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=1b8b729b4d48317e90441fe52f50f5dfc1721bf8;hb=444a39a6939ed1d2dce14436afb0d52f754d0d94;hp=83a96e490bba48a4053610100305b96b6947955b;hpb=ef8b706b5ab4217b5134eee75c0fe4e22a5154fb;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 83a96e4..1b8b729 100644 --- a/configure.ac +++ b/configure.ac @@ -577,11 +577,11 @@ if test "$BootingFromHc" = "NO" -a "$WithGhc" = "" -a -d "$srcdir/ghc"; then AC_MSG_ERROR([GHC is required unless bootstrapping from .hc files.]) fi; -dnl ** Enable multi-thread friendly RTS? +dnl ** --enable-threaded-rts (not used any more) dnl -------------------------------------------------------------- AC_ARG_ENABLE(threaded-rts, [AC_HELP_STRING([--enable-threaded-rts], -[Support better interop with OS threads. [default=no]])], +[DEPRECATED (backwards compatibility only). [default=no]])], [ if test x"$enableval" = x"yes"; then ThreadedRts=YES else @@ -752,7 +752,8 @@ dnl If you can run configure, you certainly have /bin/sh AC_DEFINE([HAVE_BIN_SH], [1], [Define to 1 if you have /bin/sh.]) dnl ** how to invoke `ar' and `ranlib' -FPTOOLS_PROG_AR_AND_RANLIB +FP_PROG_AR_NEEDS_RANLIB +FP_PROG_AR_SUPPORTS_INPUT dnl ** Check to see whether ln -s works AC_PROG_LN_S