aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-12-09 09:28:49 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-12-09 09:28:49 +0000
commit0458bb26f63324bb29765a847a64bd017927f95c (patch)
tree3b230267b3ae0991c010fb528a8d5805a98ac19d /m4
parent6f2c3b87348b0d8e8ce17061789886a314a092de (diff)
downloadprotobuf-0458bb26f63324bb29765a847a64bd017927f95c.tar.gz
protobuf-0458bb26f63324bb29765a847a64bd017927f95c.tar.bz2
protobuf-0458bb26f63324bb29765a847a64bd017927f95c.zip
rollback the previous acx_pthread.m4 fix.
Diffstat (limited to 'm4')
-rw-r--r--m4/acx_pthread.m46
1 files changed, 2 insertions, 4 deletions
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