Do not need the multi-threaded version of PCL.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-07-02 01:48:22 +02:00
parent f4c5a54d39
commit 8148aec219

View File

@@ -34,8 +34,6 @@
* Need to use setjmp/longjmp on OSX, since the ucontext bits are
* both broken and deprecated.
*/
#define CO_MULTI_THREAD
#elif defined(HAVE_GETCONTEXT) && defined(HAVE_MAKECONTEXT) && defined(HAVE_SWAPCONTEXT)
/*
@@ -46,8 +44,6 @@
/*
* Use threads.
*/
#define CO_MULTI_THREAD
#elif defined(HAVE_SIGACTION)
/*
@@ -70,11 +66,6 @@
* This will be using setjmp/longjmp
*/
/*
* Use threads.
*/
#define CO_MULTI_THREAD
#endif
#endif