From: simonmar Date: Tue, 23 Mar 2004 10:48:41 +0000 (+0000) Subject: [project @ 2004-03-23 10:48:41 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1941 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4dbe054c1bad98a333fcab2456ae0c8de6e82188 [project @ 2004-03-23 10:48:41 by simonmar] Update docs for --enable-threaded-rts (now deprecated). --- diff --git a/configure.ac b/configure.ac index 83a96e4..5e75b01 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