mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
build: remove extraneous closing bracket in configure.ac
Now autogen.sh will work without complaints.
This commit is contained in:

committed by
Jan Engelhardt

parent
4ff5a8fbf6
commit
cd7fc84b29
@@ -31,7 +31,7 @@ xtlibdir="$(pkg-config --variable=xtlibdir xtables)"
|
|||||||
|
|
||||||
AC_ARG_WITH([xtlibdir],
|
AC_ARG_WITH([xtlibdir],
|
||||||
AS_HELP_STRING([--with-xtlibdir=PATH],
|
AS_HELP_STRING([--with-xtlibdir=PATH],
|
||||||
[Path where to install Xtables extensions [[autodetect]]]]),
|
[Path where to install Xtables extensions [[autodetect]]]),
|
||||||
[xtlibdir="$withval"])
|
[xtlibdir="$withval"])
|
||||||
AC_MSG_CHECKING([Xtables module directory])
|
AC_MSG_CHECKING([Xtables module directory])
|
||||||
AC_MSG_RESULT([$xtlibdir])
|
AC_MSG_RESULT([$xtlibdir])
|
||||||
|
@@ -4,6 +4,7 @@ HEAD
|
|||||||
Fixes:
|
Fixes:
|
||||||
- length2, SYSRQ, RAWNAT: preinitialize values for ipv6_find_hdr
|
- length2, SYSRQ, RAWNAT: preinitialize values for ipv6_find_hdr
|
||||||
- TARPIT: fix memory leak when tarpit_generic() fails
|
- TARPIT: fix memory leak when tarpit_generic() fails
|
||||||
|
- build: build: remove extraneous closing bracket in configure.ac
|
||||||
|
|
||||||
|
|
||||||
v1.45 (2012-07-16)
|
v1.45 (2012-07-16)
|
||||||
|
Reference in New Issue
Block a user