http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24287
User: guy
Date: 2008/02/07 06:19 PM
Log:
Only check for pcap_breakloop()'s "usability" if it might be present but
unusable; it'd only be unusable if we require that functions be declared
before they're used (i.e., if we check for that with -Wimplicit and if
we fail if the check produces a warning because we're using -Werror).
Always checking doesn't necessarily work if, for example, you're not
compiling with GCC, as -Werror and -Wimplicit might not be recognized by
other compilers.
Directory: /trunk/
Changes Path Action
+33 -20 acinclude.m4 Modified