Update building docs to mention mandatory threads
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 20:43:15 +0000 (16:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:39 +0000 (12:47 -0400)
The docs used to say thread support was optional -- it's mandatory now.

docs/reference/glib/building.sgml

index 1ab30d2..23a8afa 100644 (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>