diff options
author | Matt Turner <mattst88@gmail.com> | 2012-09-18 22:09:26 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-10-01 15:23:04 -0700 |
commit | 814345f54b74eee2597cf84f3c34817488f07522 (patch) | |
tree | 5a425f04b4fed603ac58f7f47a3faeaf79bc487c /docs/dispatch.html | |
parent | b6651ae6ad314a93287e431a41f5c7a8f8f6c855 (diff) |
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r-- | docs/dispatch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html index 299d68a96e..4b529bc048 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -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> |