]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: remove unused --with-ksource option
authorJan Engelhardt <jengelh@medozas.de>
Tue, 16 Feb 2010 20:11:03 +0000 (21:11 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 16 Feb 2010 21:26:07 +0000 (22:26 +0100)
configure.ac

index 2aa38152d7f570f8ee09b8933d50c18916c960a9..6c1dd31b3009b680d341fbd50e8e1a2d21cf6e48 100644 (file)
@@ -21,7 +21,6 @@ if [[ "$kbuilddir" == no ]]; then
        kbuilddir="";
 fi
 
-AC_ARG_WITH([ksource],,[ksourcedir="$withval"])
 AC_ARG_WITH([xtables],
        AS_HELP_STRING([--with-xtables=PATH],
        [Path to the Xtables includes [[none]]]),
@@ -68,9 +67,6 @@ kinclude_CFLAGS="";
 if [[ -n "$kbuilddir" ]]; then
        kinclude_CFLAGS="$kinclude_CFLAGS -I $kbuilddir/include";
 fi;
-if [[ -n "$ksourcedir" ]]; then
-       kinclude_CFLAGS="$kinclude_CFLAGS -I $ksourcedir/include";
-fi;
 
 #
 # check kernel version
@@ -109,7 +105,6 @@ fi;
 AC_SUBST([regular_CFLAGS])
 AC_SUBST([kinclude_CFLAGS])
 AC_SUBST([kbuilddir])
-AC_SUBST([ksourcedir])
 AC_SUBST([xtlibdir])
 AC_CONFIG_FILES([Makefile Makefile.iptrules Makefile.mans
        extensions/Makefile extensions/ACCOUNT/Makefile