summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-03-17 19:24:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-03-18 15:44:23 +0100
commit249b460522376bbebdaa7cbe020b8947d49ecb4f (patch)
tree66ca7cd36729c7044325244ab89286ebcee76c08 /include
parent029a0b11da17766248801d353d1b1863ac4be555 (diff)
configure.ac: Clean up AC_ARG_{WITH, ENABLE} invocations, s/==/=/
* AC_ARG_ENABLE implicitly defines enable_debug; there's no point in performing extra work just to define with_debug with an identical value. * The same applies to with_xtables and with_libxtables. * The AS_IF block in the `AC_ARG_ENABLE([man-doc], ...` invocation is essentially a noop. All it does is to set enable_man_doc to `yes` if has a value that matches neither `yes` nor `no`. (This could happen if a user calls `configure --enable-man-doc=foo`, but that'd be a user error which we don't need to handle.) * The correct operator for equality tests in `test` is `=`. Some implementations also support `==`, but this is not portable. Signed-off-by: Luis Ressel <aranea@aixah.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions