diff options
author | Ian Romanick <[email protected]> | 2005-08-03 23:05:25 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-08-03 23:05:25 +0000 |
commit | 711555d1e347f0e64e6b1b2d0e402e0ee72ace07 (patch) | |
tree | f924099e8068be7e4b605466bcb1e81f03cc9d1c /src/mesa/x86-64 | |
parent | 7f5925d57c1405ff40acb2fd40b41ab4f189f7a4 (diff) |
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
serveral things that are broken when building on a system with X.org 7.0rc0
installed.
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r-- | src/mesa/x86-64/glapi_x86-64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S index eccd4aff342..5694a3b11e7 100644 --- a/src/mesa/x86-64/glapi_x86-64.S +++ b/src/mesa/x86-64/glapi_x86-64.S @@ -35,7 +35,7 @@ # define HIDDEN(x) #endif -#if defined(PTHREADS) || defined(XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS) +#if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS) # define THREADS #endif |