X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/984df7001307c7e6ade55387b0174bd6891c715c..6d31ded41b278226dc70b269dc7af66588e6474e:/configure.ac diff --git a/configure.ac b/configure.ac index da3f2c8199..16ccabcfa5 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,7 @@ if test "x$with_context" = "xpthread"; then AC_DEFINE([CONTEXT_THREADS],1,[Define if xbt contexts are based on our threads implementation or not]) AC_MSG_RESULT(You have pthreads. Let's use them.) fi +AM_CONDITIONAL(CONTEXT_THREADS,test "x$with_context" = xpthread) dnl # dnl # 4. determine a few additional details