Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adapt the tests to the new code (and use log layouts to make sure we don't have to...
[simgrid.git] / acmacro / compiler-flags.m4
index 9beedef285f0d6325747b2638d15318666460216..335791869aa9347ea6103c8f1862b2eefcc2bf69 100644 (file)
@@ -7,7 +7,7 @@ dnl For now, only sets extra flags on GCC
 AC_DEFUN([SG_COMPILE_FLAGS],[
   AC_ARG_ENABLE(compile-warnings,
     AS_HELP_STRING([--enable-compile-warnings], [use compiler warnings (default=no, unless in maintainer mode)]),
-    enable_compile_warnings=$withval,enable_compile_warnings=no)
+    enable_compile_warnings=$enableval,enable_compile_warnings=no)
 
   AC_ARG_ENABLE(compile-optimizations,
     AS_HELP_STRING([--disable-compile-optimizations], [use compiler optimizations (default=yes, unless if CFLAGS is explicitly set)]),