build: remove extraneous closing bracket in configure.ac

Now autogen.sh will work without complaints.
This commit is contained in:
Arif Hossain
2012-08-02 17:35:55 +02:00
committed by Jan Engelhardt
parent 4ff5a8fbf6
commit cd7fc84b29
2 changed files with 2 additions and 1 deletions

View File

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