disable threads for now - seemed ok. this is a weird thread issue - see mail

to devel list.


SVN revision: 27161
This commit is contained in:
Carsten Haitzler 2006-11-18 01:49:31 +00:00
parent 1cfed3e3c0
commit df0c6f847c
1 changed files with 3 additions and 0 deletions

View File

@ -1004,6 +1004,9 @@ AC_CHECK_HEADER(pthread.h,
],
[ build_pthreads="no" ]
)
### disable pthreads by default for now - some wierd deadlock issue with
# barriers (makes no sense)
build_pthreads="no"
AC_MSG_CHECKING(whether to build pthread code)
AC_ARG_ENABLE(pthreads,
[ --enable-pthreads enable threaded rendering], [