make pthread locking default

This commit is contained in:
Vitor Santos Costa 2014-10-20 15:36:23 +01:00
parent d40b9d1426
commit 7f4b478572
2 changed files with 4236 additions and 25602 deletions

29836
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -138,7 +138,7 @@ AC_ARG_ENABLE(threads,
threads="$enableval", threads=no)
AC_ARG_ENABLE(pthread-locking,
[ --enable-pthread-locking use pthread locking primitives for internal locking (requires threads) ],
pthreadlocking="$enableval", pthreadlocking=no)
pthreadlocking="$enableval", pthreadlocking=yes)
AC_ARG_ENABLE(max-performance,
[ --enable-max-performance try using the best flags for specific architecture ],
maxperformance="$enableval", maxperformance=no)