diff mbox

fixed configure.ac. Now autogen.sh will work

Message ID 1343921755.12174.2.camel@localhost
State Not Applicable
Headers show

Commit Message

Aft nix Aug. 2, 2012, 3:35 p.m. UTC
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Engelhardt Aug. 2, 2012, 3:50 p.m. UTC | #1
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 mbox

Patch

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])