X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e0150d5daca2aec9489343953d189b793f553f0..182213e176290e8c89c19cbf6fd1103cb9b27156:/configure.ac diff --git a/configure.ac b/configure.ac index 10d7740060..d2135d0d40 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ GRAS_ARCH GRAS_CHECK_STRUCT_COMPACTION AC_ARG_ENABLE(context, - [ --enable-context=[ucontext/pthread] Use either (System V) swapcontext or pthread [[default=ucontext]].],, + [ --enable-context=[ucontext/pthread] Use either (System V) swapcontext or pthread [[default=pthread]].],, enable_context=pthread) AC_MSG_CHECKING(on top of what can we build the contexts) if test "x$enable_context" = "xucontext"; then