build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition

This commit is contained in:
Matt Turner
2012-09-18 22:09:26 -07:00
parent b6651ae6ad
commit 814345f54b
15 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ few preprocessor defines.</p>
<ul>
<li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li>
<li>If <tt>PTHREADS</tt> is defined, method #3 is used.</li>
<li>If <tt>HAVE_PTHREAD</tt> is defined, method #3 is used.</li>
<li>If <tt>WIN32_THREADS</tt> is defined, method #2 is used.</li>
<li>If none of the preceeding are defined, method #1 is used.</li>
</ul>