Skip to content

Commit

Permalink
rollback the previous acx_pthread.m4 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
liujisi@google.com committed Dec 9, 2010
1 parent 6f2c3b8 commit 0458bb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions m4/acx_pthread.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0458bb2

Please sign in to comment.