* evas: Fix build when pipe rendering is disabled.

SVN revision: 44651
This commit is contained in:
Cedric BAIL 2009-12-22 12:58:07 +00:00
parent 47ffb13f27
commit bd60dfd40e
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@ extern EAPI int _evas_log_dom_global;
# undef BUILD_PIPE_RENDER
#endif
#ifdef BUILD_ASYNC_PRELOAD
# define BUILD_PTHREAD
#endif
#ifdef BUILD_PTHREAD
#ifndef __USE_GNU