Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GRAS API BREAKAGE: allow users to never call gras_msgtype_by_name() explicitly, expec...
[simgrid.git] / configure
index bf25e63..38701d2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.139 .
+# From configure.ac Revision: 1.140 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for simgrid 3.1.1-cvs.
 #
@@ -25295,9 +25295,9 @@ echo "${ECHO_T}" >&6; }
   { echo "$as_me:$LINENO: result: ${T_MD}Optional modules${T_ME}" >&5
 echo "${ECHO_T}${T_MD}Optional modules${T_ME}" >&6; }
 
-# Check whether --enable-use-simix was given.
-if test "${enable_use_simix+set}" = set; then
-  enableval=$enable_use_simix; enable_simix=$enableval
+# Check whether --enable-simix was given.
+if test "${enable_simix+set}" = set; then
+  enableval=$enable_simix; enable_simix=$enableval
 else
   enable_simix=no
 fi
@@ -25311,12 +25311,12 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 else
-  { echo "$as_me:$LINENO: result: Eventually you willl come to SimIX: x$enable_simix" >&5
-echo "${ECHO_T}Eventually you willl come to SimIX: x$enable_simix" >&6; }
+  { echo "$as_me:$LINENO: result: Eventually you will come to SimIX: x$enable_simix" >&5
+echo "${ECHO_T}Eventually you will come to SimIX: x$enable_simix" >&6; }
 fi
 
 
-if test x$csdp != xno; then
+if test x$enable_simix != xno; then
   USE_SIMIX_TRUE=
   USE_SIMIX_FALSE='#'
 else