From patchwork Thu Aug 2 15:35:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fixed configure.ac. Now autogen.sh will work Date: Thu, 02 Aug 2012 05:35:55 -0000 From: Aft nix X-Patchwork-Id: 174772 Message-Id: <1343921755.12174.2.camel@localhost> To: netfilter-devel --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20158d2..4c2a6ac 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ xtlibdir="$(pkg-config --variable=xtlibdir xtables)" 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])