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

View File

@@ -251,7 +251,7 @@ def generate(env):
'_SVID_SOURCE',
'_BSD_SOURCE',
'_GNU_SOURCE',
'PTHREADS',
'HAVE_PTHREAD',
'HAVE_POSIX_MEMALIGN',
]
if env['platform'] == 'darwin':