12 lines
419 B
Diff
12 lines
419 B
Diff
|
--- a/configure.ac 2010-11-05 19:42:22.000000000 +0100
|
||
|
+++ b/configure.ac 2011-01-08 17:36:12.000000000 +0100
|
||
|
@@ -28,7 +28,7 @@
|
||
|
|
||
|
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])
|