Revision 678 included <iostream> in color.h. This added a couple of megabytes to...
[synfig.git] / synfig-core / trunk / config / subs.m4
index e1fc1e6..571ffd3 100644 (file)
@@ -16,6 +16,7 @@ AC_DEFUN([AC_ARG_WARNINGS],
 
   gtkmm_warning_flags=''
 
+  # -W is now known as -Wextra, but that's not known by gcc 2 or 3
   case "$gtkmm_enable_warnings" in
     none|no)     gtkmm_warning_flags='';;
     minimum|yes) gtkmm_warning_flags='-Wall -Wno-unused-parameter';;