From 8a5680f248e7d8362710a91041020c30ee15e2c6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 2 Mar 2017 19:02:45 +0000 Subject: [PATCH] configure.ac: bump pthread-stubs requirement MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On platforms that require it, we bump the requirement to 0.4 or later. Due to an issue with the project [design] any version earlier than it, is bound to cause issues. For the specifics see the pthread-stubs README Cc: Uli Schlachter Cc: Jonathan Gray Cc: Jean-Sébastien Pédron Cc: François Tigeot Cc: Tobias Nygren Signed-off-by: Emil Velikov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2adf399c9b0..8c9d756f294 100644 --- a/configure.ac +++ b/configure.ac @@ -812,7 +812,7 @@ linux* | cygwin* | darwin* | solaris* | gnu*) esac if test "x$pthread_stubs_possible" = xyes; then - PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs) + PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs >= 0.4) AC_SUBST(PTHREADSTUBS_CFLAGS) AC_SUBST(PTHREADSTUBS_LIBS) fi -- 2.30.2