From 69dd0686e29c082a316e454143d120122a0837bc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Oct 2009 00:07:24 +0200 Subject: [PATCH] doc: remove --with-ksource from help text --with-ksource should almost never be needed, so do not visibily offer it. --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index adbe070..8b97a5a 100644 --- a/configure.ac +++ b/configure.ac @@ -14,10 +14,7 @@ AC_ARG_WITH([kbuild], AS_HELP_STRING([--with-kbuild=PATH], [Path to kernel build directory [[/lib/modules/CURRENT/build]]]), [kbuilddir="$withval"]) -AC_ARG_WITH([ksource], - AS_HELP_STRING([--with-ksource=PATH], - [Path to kernel source directory [[/lib/modules/CURRENT/source]]]), - [ksourcedir="$withval"]) +AC_ARG_WITH([ksource],,[ksourcedir="$withval"]) AC_ARG_WITH([xtables], AS_HELP_STRING([--with-xtables=PATH], [Path to the Xtables includes [[none]]]),