From 182213e176290e8c89c19cbf6fd1103cb9b27156 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 3 Mar 2005 04:47:37 +0000 Subject: [PATCH] stop lying... :) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1133 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1