From e0e96a02bee7ecff1ba2a3b28e330d829aba723a Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 3 Mar 2005 22:17:01 +0000 Subject: [PATCH] Damn typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1145 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index bd78f56659..1dbbd63429 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ if test "x$with_context" = "xucontext" ; then AC_MSG_RESULT(there is no ucontext on windows, and none is needed.") else AC_MSG_RESULT([[no working ucontext found. Falling back to pthreads]]) - with_context=pthreads + with_context=pthread fi fi fi @@ -170,7 +170,7 @@ AC_CONFIG_FILES([ examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples - tools/compile-remote-worker tools/Makefile + tools/graspe-slave tools/Makefile tools/gras/Makefile testsuite/Makefile testsuite/run_tests @@ -180,7 +180,7 @@ AC_CONFIG_FILES([ for file in \ testsuite/run_tests \ testsuite/gras/trp_tcp_usage testsuite/gras/trp_file_usage \ - tools/compile-remote-worker \ + tools/graspe-slave \ examples/msg/run_msg_test \ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ -- 2.20.1