From 814345f54b74eee2597cf84f3c34817488f07522 Mon Sep 17 00:00:00 2001
From: Matt Turner
Date: Tue, 18 Sep 2012 22:09:26 -0700
Subject: build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
---
docs/dispatch.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/dispatch.html b/docs/dispatch.html
index 299d68a..4b529bc 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -205,7 +205,7 @@ few preprocessor defines.
- If GLX_USE_TLS is defined, method #4 is used.
-- If PTHREADS is defined, method #3 is used.
+- If HAVE_PTHREAD is defined, method #3 is used.
- If WIN32_THREADS is defined, method #2 is used.
- If none of the preceeding are defined, method #1 is used.
--
cgit v1.1