aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-07 12:38:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-07 12:38:22 +0000
commitef4d3bc36c22f6a9742e672d0bdd8342caf80c2e (patch)
treeb915a1c1105e0cfba688ed796612e5256ace49cd /xmllint.c
parentc5a70f264550ee39da267e81dccd95508ed367dd (diff)
downloadandroid_external_libxml2-ef4d3bc36c22f6a9742e672d0bdd8342caf80c2e.tar.gz
android_external_libxml2-ef4d3bc36c22f6a9742e672d0bdd8342caf80c2e.tar.bz2
android_external_libxml2-ef4d3bc36c22f6a9742e672d0bdd8342caf80c2e.zip
I f...ed up the default configuration of schemas and --relaxng option
* configure.in xmllint.c: I f...ed up the default configuration of schemas and --relaxng option display in xmllint, pointed by Morus Walter. * xlink.c: Sean Chittenden pointed a couple of errors in the XLink detection module, fixes bug #105374. Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmllint.c b/xmllint.c
index fc5aa1a4..8b47f74e 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -1215,7 +1215,7 @@ static void usage(const char *name) {
printf("\t--dropdtd : remove the DOCTYPE of the input docs\n");
printf("\t--stream : use the streaming interface to process very large files\n");
printf("\t--chkregister : verify the node registration code\n");
-#ifdef LIBXML_XINCLUDE_ENABLED
+#ifdef LIBXML_SCHEMAS_ENABLED
printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
#endif
printf("\nLibxml project home page: http://xmlsoft.org/\n");