xtables-addons: remove m4 syntax error (#8593)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 17 Jan 2011 07:20:02 +0000 (07:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 17 Jan 2011 07:20:02 +0000 (07:20 +0000)
SVN-Revision: 25033

net/xtables-addons/patches/003-redundant-bracket.patch [new file with mode: 0644]

diff --git a/net/xtables-addons/patches/003-redundant-bracket.patch b/net/xtables-addons/patches/003-redundant-bracket.patch
new file mode 100644 (file)
index 0000000..d57f4ba
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac     2010-11-05 19:42:22.000000000 +0100
++++ b/configure.ac     2011-01-08 17:36:12.000000000 +0100
+@@ -28,7 +28,7 @@
+ AC_ARG_WITH([xtlibdir],
+       AS_HELP_STRING([--with-xtlibdir=PATH],
+-      [Path where to install Xtables extensions [[autodetect]]]]),
++      [Path where to install Xtables extensions [[autodetect]]]),
+       [xtlibdir="$withval"])
+ AC_MSG_CHECKING([Xtables module directory])
+ AC_MSG_RESULT([$xtlibdir])