diff --git a/configure.ac b/configure.ac index aab38ef4..0ee2972b 100644 --- a/configure.ac +++ b/configure.ac @@ -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])