X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe36671bd9796b7c10d67c261d3f362254127e5b..7294a463b472f92d0310077ebf3eca75328d8a01:/configure.ac diff --git a/configure.ac b/configure.ac index 3cbb56a457..8558f86cd9 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_CHECK_FUNCS([gettimeofday usleep \ AC_ARG_ENABLE(context, [ --enable-context=[ucontext/pthread] Use either (System V) swapcontext or pthread [[default=ucontext]].],, - enable_context=ucontext) + enable_context=pthread) AC_MSG_CHECKING(on top of what can we build the contexts) if test "x$enable_context" = "xucontext"; then ac_header=ucontext.h