Эх сурвалжийг харах

rollback the previous acx_pthread.m4 fix.

liujisi@google.com 15 жил өмнө
parent
commit
0458bb26f6

+ 2 - 4
m4/acx_pthread.m4

@@ -272,11 +272,9 @@ if test "x$acx_pthread_ok" = xyes; then
 	   AC_TRY_LINK(,, , [done=yes])
 	   AC_TRY_LINK(,, , [done=yes])
 	
 	
 	   if test "x$done" = xyes ; then
 	   if test "x$done" = xyes ; then
-	      AC_MSG_RESULT([yes])
-	      done="no"
-	   else
 	      AC_MSG_RESULT([no])
 	      AC_MSG_RESULT([no])
-	      done="yes"
+	   else
+	      AC_MSG_RESULT([yes])
 	   fi
 	   fi
 	fi
 	fi