]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Clearer explanation how to get solaris threads.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Feb 2008 10:03:55 +0000 (10:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Feb 2008 10:03:55 +0000 (10:03 +0000)
git-svn-id: file:///svn/unbound/trunk@921 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/README

index d965801f692940504f582834edb25192e50522ce..8c2c522434816e69c56ec92a0e0311f906d29e45 100644 (file)
@@ -30,8 +30,9 @@ This software is under BSD license, see LICENSE for details.
        This improves randomization and spoof resistance. For the default 
        of 16 ports the builtin alternative works well.
   * --without-pthreads 
-       This disables pthreads, and uses Solaris thr library or no threading. 
-       Without this option the pthreads library is detected automatically.
+       This disables pthreads. Without this option the pthreads library 
+       is detected automatically. Use this option to disable threading
+       altogether, or, on Solaris, also use --with(out)-solaris-threads.
   * --enable-static-exe
        This enables a debug option to statically link, against ldns and 
        libevent libraries.