X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3de9bd297b49c6d0b62a18b21aef156da297dea7..9eb8b5a3c4a65bf441c487ecef308654d4f384f4:/src/xbt/context.c diff --git a/src/xbt/context.c b/src/xbt/context.c index bc16f82279..5ab348db85 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -25,7 +25,7 @@ static xbt_swag_t context_to_destroy = NULL; static xbt_swag_t context_living = NULL; #ifndef USE_PTHREADS /* USE_PTHREADS and USE_CONTEXT are exclusive */ -# ifndef HAVE_UCONTEXT_H +# ifndef USE_UCONTEXT /* don't want to play with conditional compilation in automake tonight, sorry. include directly the c file from here when needed. */ # include "context_win32.c"