about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T10·30+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T10·30+0100
commitac8c2ef1aa30c50b568883d2051335a66437694f (patch)
treeab6650600153a83a75b13fcd04674dd0c90bd0f8 /configure.ac
parente0234dfddc8343a6bca80ba6e6e93d083ce51a85 (diff)
Build/install manual
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index aa57543e5166..043aed5b369a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,12 +203,6 @@ AC_ARG_WITH(docbook-xsl, AC_HELP_STRING([--with-docbook-xsl=PATH],
 AC_SUBST(docbookxsl)
 
 
-AC_ARG_WITH(xml-flags, AC_HELP_STRING([--with-xml-flags=FLAGS],
-  [extra flags to be passed to xmllint and xsltproc]),
-  xmlflags=$withval, xmlflags=)
-AC_SUBST(xmlflags)
-
-
 AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH],
   [path of the Nix store (defaults to /nix/store)]),
   storedir=$withval, storedir='/nix/store')