http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50219
User: guy
Date: 2013/06/28 02:38 PM
Log:
When checking whether a given option should be added to the compiler
flags, if the option should be added to the flags for both C and C++,
test both the C and C++ compilers and, if the answers are different,
print a warning; the user might have (intentionally or unintentionally)
selected mismatched compilers, e.g. clang and g++ on OS X.
Directory: /trunk/
Changes Path Action
+16 -28 acinclude.m4 Modified