No extra ; needed in autoconf runtests

This commit is contained in:
Frank Denis
2019-03-30 11:26:05 +01:00
parent 27d776cd6e
commit 95246c90ed
+1 -1
View File
@@ -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])