doc: remove --with-ksource from help text

--with-ksource should almost never be needed, so do not visibily
offer it.
This commit is contained in:
Jan Engelhardt
2009-10-07 00:07:24 +02:00
parent 48325a209e
commit 69dd0686e2

View File

@@ -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]]]),