]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
configure.ac: remove useless braces in messages
authorEric Leblond <eric@regit.org>
Tue, 19 Jun 2018 21:46:51 +0000 (23:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Jun 2018 11:51:41 +0000 (13:51 +0200)
Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac

index 570570263076bc970748edce714d88174598654c..4d21cb47e227e6072163648aa9c20a63d4fceb3d 100644 (file)
@@ -108,7 +108,7 @@ AC_SUBST(with_cli)
 AM_CONDITIONAL([BUILD_CLI], [test "x$with_cli" != xno])
 
 AC_ARG_WITH([xtables], [AS_HELP_STRING([--with-xtables],
-            [Use libxtables for iptables interaction)])],
+            [Use libxtables for iptables interaction])],
            [with_libxtables=$withval], [with_libxtables=no])
 AS_IF([test "x$with_libxtables" != xno], [
 PKG_CHECK_MODULES([XTABLES], [xtables >= 1.6.1])
@@ -118,7 +118,7 @@ AC_SUBST(with_libxtables)
 AM_CONDITIONAL([BUILD_XTABLES], [test "x$with_libxtables" == xyes])
 
 AC_ARG_WITH([json], [AS_HELP_STRING([--with-json],
-            [Enable JSON output support)])],
+            [Enable JSON output support])],
            [], [with_json=no])
 AS_IF([test "x$with_json" != xno], [
 AC_CHECK_LIB([jansson], [json_object], ,