Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pthread by default
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 27 Feb 2005 23:56:28 +0000 (23:56 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 27 Feb 2005 23:56:28 +0000 (23:56 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1100 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index 3cbb56a..8558f86 100644 (file)
@@ -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