Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271509 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- m4/acx_pthread.m4
0
++ m4/acx_pthread.m4
Lines 278-284 Link Here
278
	   fi
278
	   fi
279
	fi
279
	fi
280
	
280
	
281
	if test x"$done" = xno; then
281
	if test x"$done" = xyes; then
282
	   done="no"
282
	   AC_MSG_CHECKING([whether -pthread is sufficient with -shared])
283
	   AC_MSG_CHECKING([whether -pthread is sufficient with -shared])
283
	   AC_TRY_LINK([#include <pthread.h>],
284
	   AC_TRY_LINK([#include <pthread.h>],
284
	      [pthread_t th; pthread_join(th, 0);
285
	      [pthread_t th; pthread_join(th, 0);
285
-- gtest/m4/acx_pthread.m4
286
++ gtest/m4/acx_pthread.m4
Lines 278-284 Link Here
278
	   fi
278
	   fi
279
	fi
279
	fi
280
	
280
	
281
	if test x"$done" = xno; then
281
	if test x"$done" = xyes; then
282
	   done="no"
282
	   AC_MSG_CHECKING([whether -pthread is sufficient with -shared])
283
	   AC_MSG_CHECKING([whether -pthread is sufficient with -shared])
283
	   AC_TRY_LINK([#include <pthread.h>],
284
	   AC_TRY_LINK([#include <pthread.h>],
284
	      [pthread_t th; pthread_join(th, 0);
285
	      [pthread_t th; pthread_join(th, 0);

Return to bug 271509