From 0458bb26f63324bb29765a847a64bd017927f95c Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Thu, 9 Dec 2010 09:28:49 +0000 Subject: rollback the previous acx_pthread.m4 fix. --- m4/acx_pthread.m4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'm4') diff --git a/m4/acx_pthread.m4 b/m4/acx_pthread.m4 index cb1a4bbe..2cf20de1 100644 --- a/m4/acx_pthread.m4 +++ b/m4/acx_pthread.m4 @@ -272,11 +272,9 @@ if test "x$acx_pthread_ok" = xyes; then AC_TRY_LINK(,, , [done=yes]) if test "x$done" = xyes ; then - AC_MSG_RESULT([yes]) - done="no" - else AC_MSG_RESULT([no]) - done="yes" + else + AC_MSG_RESULT([yes]) fi fi -- cgit v1.2.3