From 44d74fd9371c895ea1a195fd8d0686c1fecb9937 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 24 Feb 2003 22:50:35 +0000 Subject: [PATCH] had to comment out Igor last change since it made libxslt-1.0.27 depends * xsltproc/xsltproc.c: had to comment out Igor last change since it made libxslt-1.0.27 depends on libxml2 newly API extension which hasn't propagated yet :-( Daniel --- ChangeLog | 6 ++++++ xsltproc/xsltproc.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d68b084a..999d7bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 24 23:49:01 CET 2003 Daniel Veillard + + * xsltproc/xsltproc.c: had to comment out Igor last change + since it made libxslt-1.0.27 depends on libxml2 newly + API extension which hasn't propagated yet :-( + Mon Feb 24 22:21:09 CET 2003 Daniel Veillard * configure.in: preparing release 1.0.27 diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index a7287181..e15fbb4a 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -547,8 +547,10 @@ main(int argc, char **argv) (!strcmp(argv[i], "-output")) || (!strcmp(argv[i], "--output"))) { i++; +#if defined(WIN32) || defined (__CYGWIN__) output = xmlCanonicPath(argv[i]); if (output == NULL) +#endif output = xmlStrdup(argv[i]); } else if ((!strcmp(argv[i], "-V")) || (!strcmp(argv[i], "-version")) ||