make pthread locking default
This commit is contained in:
parent
d40b9d1426
commit
7f4b478572
@ -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)
|
||||
|
Reference in New Issue
Block a user