2012-02-02 10:01:58 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
@@ -31,7 +31,7 @@ PKG_CHECK_MODULES([libmnl], [libmnl >= 1
|
2011-01-17 07:20:02 +00:00
|
|
|
|
|
|
|
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])
|