X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2eafbd98153afc6467f95dbb35f4bdabe909e934..dc49656e355098c2f0315cf15722d03558566b9c:/configure.ac diff --git a/configure.ac b/configure.ac index 6b92886bbf..7c5d7f8a96 100644 --- a/configure.ac +++ b/configure.ac @@ -346,14 +346,15 @@ SG_COMPILE_FLAGS ## if test x$USE_MAINTAINER_MODE = xyes then - not_maintainer_mode=yes -else 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=$enableval], + [supernovae=$not_maintainer_mode]) AM_CONDITIONAL(SUPERNOVAE_MODE, test x$supernovae != xno) AC_SUBST([CFLAGS])