From: schnorr Date: Thu, 29 Apr 2010 16:04:49 +0000 (+0000) Subject: disabling completely the tracing option from configure.ac X-Git-Tag: SVN~81 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f965a429162ca20a46a6b318b97af1aa149679bb?hp=f93e9052e11177dda0653fffd4c3ead9a1dfc03b disabling completely the tracing option from configure.ac details: - tracing no longer supported with autotools git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7660 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index b0528a236f..d97e90fcba 100644 --- a/configure.ac +++ b/configure.ac @@ -379,16 +379,8 @@ fi SG_COMPILE_FLAGS ## -## Support for tracing instrumentation +## Support for tracing instrumentation (no longer supported in autotools) ## -AC_CONFIG_HEADERS([include/instr/config.h]) -AC_ARG_ENABLE(tracing, - AS_HELP_STRING([--enable-tracing],[Activate the instrumentation so SimGrid can be traced to be visualized]), - [tracing=$enableval], - [tracing=no]) -if test x$tracing = xyes ; then - AC_DEFINE([HAVE_TRACING],[1], [defines whether instrumentation must be compiled or not]) -fi ## ## Support for the supernovae compilation mode