From 60df83bbe46113b4005de914b29bcec83eafaef1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 21 Dec 2008 16:09:03 +0000 Subject: [PATCH] Fixed typo: added missing right parentheses. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8850 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ca14cbc964..dd96edd396 100644 --- a/configure.in +++ b/configure.in @@ -1165,7 +1165,7 @@ AC_TRY_LINK(, [ int variable = 1; return (__sync_bool_compare_and_swap(&variable, 1, 2) - && __sync_add_and_fetch(&variable, 1) ? 1 : 0 + && __sync_add_and_fetch(&variable, 1) ? 1 : 0) ], [ AC_MSG_RESULT([yes]) -- 2.47.2