Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
4dbe054c
Commit
4dbe054c
authored
Mar 23, 2004
by
simonmar
Browse files
[project @ 2004-03-23 10:48:41 by simonmar]
Update docs for --enable-threaded-rts (now deprecated).
parent
6a79e068
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4dbe054c
...
...
@@ -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 **
E
nable
multi
-thread
friendly RTS?
dnl **
--e
nable-thread
ed-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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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