From: alegrand Date: Wed, 28 Feb 2007 11:45:05 +0000 (+0000) Subject: Stupid me! Now the enable-simix option works. X-Git-Tag: v3.3~2186 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4e3fdc83d1b67a5a93b8480f060bb4dee174abdf Stupid me! Now the enable-simix option works. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3173 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure b/configure index 3006a9d4d6..38701d21b9 100755 --- 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. # @@ -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 diff --git a/configure.ac b/configure.ac index d42647fbe3..2bbc946ccd 100644 --- a/configure.ac +++ b/configure.ac @@ -183,9 +183,9 @@ if test "x$enable_simix" = "xyes" ; then AC_MSG_RESULT("***** You have decided to use the experimental SimIX. We hope you know what you're doing.. ****") AC_DEFINE(USE_SIMIX, 1, [Indicates whether we should use SimIX or not]) else - AC_MSG_RESULT(Eventually you willl come to SimIX: x$enable_simix) + AC_MSG_RESULT(Eventually you will come to SimIX: x$enable_simix) fi -AM_CONDITIONAL(USE_SIMIX,test x$csdp != xno) +AM_CONDITIONAL(USE_SIMIX,test x$enable_simix != xno) ######################################### ## Check for libraries extra-dependencies