From 2726e7a6ebd72eec6f66abe4ced3c88983f20b8e Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Fri, 3 Dec 2010 09:12:33 +0000 Subject: Fix issues: 166 167 172 175 181 188 192 194 195. --- m4/acx_pthread.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/acx_pthread.m4 b/m4/acx_pthread.m4 index 2cf20de1..cb1a4bbe 100644 --- a/m4/acx_pthread.m4 +++ b/m4/acx_pthread.m4 @@ -272,9 +272,11 @@ if test "x$acx_pthread_ok" = xyes; then AC_TRY_LINK(,, , [done=yes]) if test "x$done" = xyes ; then - AC_MSG_RESULT([no]) - else AC_MSG_RESULT([yes]) + done="no" + else + AC_MSG_RESULT([no]) + done="yes" fi fi -- cgit v1.2.3