From: Pablo Neira Ayuso Date: Tue, 4 Feb 2014 12:20:09 +0000 (+0100) Subject: configure: rename --disable-xtables to --disable-nftables X-Git-Tag: v1.6.0~111^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e48e5071a8fdb6970c28b9edfcadb8bc0fc7a1e;p=thirdparty%2Fiptables.git configure: rename --disable-xtables to --disable-nftables The compat utility name is xtables, the name used for the compatibility binary. Better explicitly refer to the compatibility later as nftables-compat. Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 3012df4c..54f1fd5b 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH], [Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]), [pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig']) AC_ARG_ENABLE([nftables], - AS_HELP_STRING([--disable-xtables], [Do not build xtables]), + AS_HELP_STRING([--disable-nftables], [Do not build nftables compat]), [enable_nftables="$enableval"], [enable_nftables="yes"]) libiptc_LDFLAGS2="";