Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41586: /trunk/ /trunk/: acinclude.m4 configure.in

Date: Fri, 16 Mar 2012 00:49:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41586

User: guy
Date: 2012/03/15 05:49 PM

Log:
 Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag to
 indicate whether the flag is C-only, C++-only, or for both compilers;
 pass the appropriate value for C-only flags.  Have the "Checking for..."
 message indicate whether we're adding to CFLAGS, CXXFLAGS, or both.
 
 (Yes, the macro should probably be renamed.  "GCC" refers to the GNU
 Compiler Collection, which includes a C++ compiler, although that's also
 used for compilers that are more-or-less compatible with the ones from
 the GNU Compiler Collection, such as the clang compilers.)
 
 We set -Wformat-security whether or not --enable-extra-gcc-checks was
 specified, so we don't need to do it again if it was specified.

Directory: /trunk/
  Changes    Path            Action
  +74 -16    acinclude.m4    Modified
  +6 -7      configure.in    Modified