Refactored configure.ac to use a custom macro for compiler flag checks.

Set version to 2.0 (non-release candidate).
Minor typo fixes.
This commit is contained in:
Damien S. Stuart
2011-12-29 14:19:16 -05:00
committed by Damien S. Stuart
parent 99b1a48756
commit aff8832d66
7 changed files with 177 additions and 324 deletions

View File

@@ -158,7 +158,7 @@ pcap_capture(fko_srv_options_t *opts)
}
/* Initialize our signal handlers. You can check the return value for
* the number of signals that were *not* set. Those that we not set
* the number of signals that were *not* set. Those that were not set
* will be listed in the log/stderr output.
*/
if(set_sig_handlers() > 0)