Message ID | 1343921755.12174.2.camel@localhost |
---|---|
State | Not Applicable |
Headers | show |
On Thursday 2012-08-02 17:35, Arif Hossain wrote: > 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]) Applied. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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])