9bf0b54834e04ae013a875647e988716470907e6
[packages.git] / net / xtables-addons / patches / 003-redundant-bracket.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -31,7 +31,7 @@ PKG_CHECK_MODULES([libmnl], [libmnl >= 1
4  
5  AC_ARG_WITH([xtlibdir],
6         AS_HELP_STRING([--with-xtlibdir=PATH],
7 -       [Path where to install Xtables extensions [[autodetect]]]]),
8 +       [Path where to install Xtables extensions [[autodetect]]]),
9         [xtlibdir="$withval"])
10  AC_MSG_CHECKING([Xtables module directory])
11  AC_MSG_RESULT([$xtlibdir])