Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stop lying... :)
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Mar 2005 04:47:37 +0000 (04:47 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Mar 2005 04:47:37 +0000 (04:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1133 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index 10d7740..d2135d0 100644 (file)
@@ -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