Build
- Made pthreads usage conditional upon HAVE_LIBPTHREAD.
This commit is contained in:
@@ -27,7 +27,11 @@
|
||||
#ifndef INCLUDED_THREAD
|
||||
#define INCLUDED_THREAD
|
||||
|
||||
#include <../auto.h>
|
||||
|
||||
#ifdef HAVE_LIBPTHREAD
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
class Thread
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user