From fd3379a213b2a99a72a7544b6208056daf15d0d2 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Tue, 25 Feb 2014 21:41:07 +0100 Subject: [PATCH] Fix unportable test(1) construct. Signed-off-by: Aliaksey Kandratsenka --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4823cc1..a15276e 100644 --- a/configure.ac +++ b/configure.ac @@ -375,7 +375,7 @@ AC_LINK_IFELSE( AC_MSG_RESULT([$acx_pthread_despite_asking_for]) AC_LANG_RESTORE -AM_CONDITIONAL(HAVE_PTHREAD_DESPITE_ASKING_FOR, test x"$acx_pthread_despite_asking_for" == xyes) +AM_CONDITIONAL(HAVE_PTHREAD_DESPITE_ASKING_FOR, test x"$acx_pthread_despite_asking_for" = xyes) # Find out what namespace 'normal' STL code lives in AC_CXX_STL_NAMESPACE