Wireshark-commits: [Wireshark-commits] rev 50178: /trunk/ /trunk/: acinclude.m4 configure.ac

Date: Thu, 27 Jun 2013 00:45:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50178

User: guy
Date: 2013/06/26 05:45 PM

Log:
 Don't assume that compilers not named "clang" will, by default, report
 an error, or not issue warnings, by default if you give them an unknown
 -f flag.  Instead, test that flag with all compilers, and use -Werror to
 force it to error out.
 
 As with C/C++ flags, so with C++-only flags.

Directory: /trunk/
  Changes    Path            Action
  +22 -5     acinclude.m4    Modified
  +2 -8      configure.ac    Modified