]> git.ipfire.org Git - thirdparty/iptables.git/commit
configure: fix 3rd arg w/AC_ARG_ENABLE
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Aug 2015 18:13:35 +0000 (14:13 -0400)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 18 Aug 2015 06:05:18 +0000 (08:05 +0200)
commitb8b751bb75f3c7a5e3eff0ccbd652191fd2554f3
treefbba178c3c64ab8c5e475e73278f628dbcf1444e
parent4264de1f270a0fac44dde8ece6fde0a879aebc8e
configure: fix 3rd arg w/AC_ARG_ENABLE

The 3rd arg is used when --{enable,disable}-foo are passed in, not when
the feature is enabled.  Use the existing $enableval instead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac