1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Look for pthread_mutexattr_init() instead of pthread_create() in autoconf

scripts, to work around issues with ASAN.

FossilOrigin-Name: 9c3a0dc2e8bf202cd846841bd5d4ea67aa189c1a
This commit is contained in:
drh
2016-01-13 21:23:48 +00:00
parent 7f50d69359
commit 13c808a9fc
5 changed files with 24 additions and 24 deletions

View File

@@ -194,7 +194,7 @@ fi
AC_SUBST(SQLITE_THREADSAFE)
if test "$SQLITE_THREADSAFE" = "1"; then
AC_SEARCH_LIBS(pthread_create, pthread)
AC_SEARCH_LIBS(pthread_mutexattr_init, pthread)
fi
##########