Update building docs to mention mandatory threads

The docs used to say thread support was optional -- it's mandatory now.
This commit is contained in:
Ryan Lortie 2011-08-31 16:43:15 -04:00
parent 5a30712dc7
commit 3534ff418c

View File

@ -144,10 +144,9 @@ How to compile GLib itself
</listitem>
<listitem>
<para>
A thread implementation is needed, unless you want to compile GLib
without thread support, which is not recommended. The thread support
in GLib can be based upon several native thread implementations,
e.g. POSIX threads, DCE threads or Solaris threads.
A thread implementation is needed. The thread support in GLib
can be based upon several native thread implementations, e.g.
POSIX threads, DCE threads or Solaris threads.
</para>
</listitem>
<listitem>