summaryrefslogtreecommitdiff
path: root/docs/configure.ac
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2014-04-09 09:26:23 +0100
committerIan Campbell <ian.campbell@citrix.com>2014-04-10 12:08:08 +0100
commit28d9b22d1b5308bb25e857635fc75cfbe23c3b63 (patch)
treec07229d7633b36ef931aeddc032dd232549f2a1b /docs/configure.ac
parent3eb54a2fdbc216b39dc2c0a86f11a32d4c838269 (diff)
docs: remove stray CONFIG_XENDs and configure option from docs.
These were added by 7dbfc2f8b054 "docs: Honour --{en, dis}able-xend when building docs" between v1 and the (eventually committed) v2 of 9e8672f1c36d "tools: remove xend and associated python modules" and were missed when rebasing for v2. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Tested-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs/configure.ac')
-rw-r--r--docs/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/configure.ac b/docs/configure.ac
index 7e6d1b1656..e545b003dd 100644
--- a/docs/configure.ac
+++ b/docs/configure.ac
@@ -19,9 +19,6 @@ AX_DOCS_TOOL_PROG([POD2HTML], [pod2html])
AX_DOCS_TOOL_PROG([POD2TEXT], [pod2text])
AX_DOCS_TOOL_PROGS([MARKDOWN], [markdown], [markdown markdown_py])
-# Enable/disable options
-AX_ARG_DEFAULT_DISABLE([xend], [Enable xend toolstack documentation])
-
AC_ARG_VAR([PERL], [Path to Perl parser])
AX_PATH_PROG_OR_FAIL([PERL], [perl])