mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
No extra ; needed in autoconf runtests
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ AS_IF([test "x$withval" = "xyes"], [
|
||||
pthread_mutex_t mutex;
|
||||
|
||||
pthread_mutex_lock(&mutex);
|
||||
pthread_mutex_unlock(&mutex);
|
||||
pthread_mutex_unlock(&mutex)
|
||||
]]
|
||||
)], [
|
||||
AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files])
|
||||
|
||||
Reference in New Issue
Block a user