Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas Modified Files: configure.in Log Message: threads back on - try this. =================================================================== RCS file: /cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.196 retrieving revision 1.197 diff -u -3 -r1.196 -r1.197 --- configure.in 18 Nov 2006 01:49:31 -0000 1.196 +++ configure.in 18 Nov 2006 02:51:27 -0000 1.197 @@ -995,7 +995,12 @@ AC_CHECK_HEADER(sched.h, [ AC_CHECK_LIB(pthread, pthread_attr_setaffinity_np, - [ build_pthreads="yes" ], + [ + AC_CHECK_LIB(pthread, pthread_barrier_wait, + [ build_pthreads="yes" ], + [ build_pthreads="no" ] + ) + ], [ build_pthreads="no" ] ) ], @@ -1006,7 +1011,7 @@ ) ### disable pthreads by default for now - some wierd deadlock issue with # barriers (makes no sense) -build_pthreads="no" +#build_pthreads="no" AC_MSG_CHECKING(whether to build pthread code) AC_ARG_ENABLE(pthreads, [ --enable-pthreads enable threaded rendering], [ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs