From 209d426869abd6968612b5d30792123b1c14d9cd Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 15 Sep 2010 17:20:37 +0000 Subject: [PATCH] * evas: we don't need all the stuff from pthreads to do preload. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52311 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 44b8e8b..c8406b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4