ensure locks are library provided by default

This commit is contained in:
Vítor Santos Costa 2015-10-22 11:55:42 +01:00
parent b2b28a3dfe
commit 442221604f
1 changed files with 1 additions and 1 deletions

View File

@ -1833,7 +1833,7 @@ signal. */
/* do not use our own locking routines */
#ifndef USE_PTHREAD_LOCKING
#define USE_PTHREAD_LOCKING ${USE_PTHREAD_LOCKING}
#define USE_PTHREAD_LOCKING ${YAP_USE_PTHREADS_LOCKS}
#endif
/* use OS malloc for all allocation */