X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f8bb2f29a74af65e3db301ab1c4c0df611714c8..f8233f722303bc40e4c003bf8bf5818c8ece9dd0:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 88bdf2a778..52a9d5aa0b 100644 --- a/configure.ac +++ b/configure.ac @@ -368,17 +368,10 @@ SG_COMPILE_FLAGS ## ## Support for the supernovae compilation mode ## -if test x$USE_MAINTAINER_MODE = xyes -then - not_maintainer_mode=no -else - not_maintainer_mode=yes -fi - AC_ARG_ENABLE(supernovae, AS_HELP_STRING([--enable-supernovae],[Put the whole library in one compilation unit only to help gcc optimizing the code]), [supernovae=$enableval], - [supernovae=$not_maintainer_mode]) + [supernovae=no]) AM_CONDITIONAL(SUPERNOVAE_MODE, test x$supernovae != xno) AC_SUBST([CFLAGS])