* evas: we don't need all the stuff from pthreads to do preload.

SVN revision: 52311
This commit is contained in:
Cedric BAIL 2010-09-15 17:20:37 +00:00
parent 8102552b7a
commit fdc15d4495
1 changed files with 7 additions and 4 deletions

View File

@ -1549,13 +1549,16 @@ if test "x$build_pthreads" = "xno" ; then
echo " needs thread support."
exit 1
fi
if test "x$build_async_preload" = "xyes" ; then
echo "ERROR: PThreads off, but Async Preload on. Async Preload"
if test "x$build_pipe_render" = "xyes" ; then
echo "ERROR: PThreads off, but pipe rendering on. Pipe rendering"
echo " needs thread support."
exit 1
fi
if test "x$build_pipe_render" = "xyes" ; then
echo "ERROR: PThreads off, but pipe rendering on. Pipe rendering"
fi
if test "x${has_pthreads}" = "xno" ; then
if test "x$build_async_preload" = "xyes" ; then
echo "ERROR: PThreads off, but Async Preload on. Async Preload"
echo " needs thread support."
exit 1
fi