* evas: we don't need all the stuff from pthreads to do preload.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Sep 2010 17:20:37 +0000 (17:20 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Sep 2010 17:20:37 +0000 (17:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52311 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 44b8e8b..c8406b4 100644 (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