From a1837263708cda91caec1691a469ad1415924a8e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 17 Mar 2016 17:19:18 -0700 Subject: DocBook: Don't require xmllint. Remove dependencies on xmllint. We don't write DocBook by hand any more and we haven't used it in a long time in the CMake builds. Change-Id: Ic07f03b00c4554c058eece0462b0925d565b6da1 Reviewed-on: https://code.wireshark.org/review/14506 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- config.nmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index d062488c54..c899915d5e 100644 --- a/config.nmake +++ b/config.nmake @@ -1366,9 +1366,6 @@ FOP_OPTS=-Xmx256m # the XSL processor (part of cygwin's libxslt package) XSLTPROC="xsltproc" -# the XML validator (part of cygwin's libxml2 package) -XMLLINT="xmllint" - # Asciidoc converter (part of cygwin's asciidoc package). In order to build # the release notes you must have the Cygwin asciidoc and lynx packages # installed. -- cgit v1.2.3