1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-10 09:03:02 +03:00

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
This commit is contained in:
Daniel Veillard
2003-02-24 22:50:35 +00:00
parent 5f743d36c9
commit 44d74fd937
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Mon Feb 24 23:49:01 CET 2003 Daniel Veillard <daniel@veillard.com>
* 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 <daniel@veillard.com> Mon Feb 24 22:21:09 CET 2003 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing release 1.0.27 * configure.in: preparing release 1.0.27

View File

@@ -547,8 +547,10 @@ main(int argc, char **argv)
(!strcmp(argv[i], "-output")) || (!strcmp(argv[i], "-output")) ||
(!strcmp(argv[i], "--output"))) { (!strcmp(argv[i], "--output"))) {
i++; i++;
#if defined(WIN32) || defined (__CYGWIN__)
output = xmlCanonicPath(argv[i]); output = xmlCanonicPath(argv[i]);
if (output == NULL) if (output == NULL)
#endif
output = xmlStrdup(argv[i]); output = xmlStrdup(argv[i]);
} else if ((!strcmp(argv[i], "-V")) || } else if ((!strcmp(argv[i], "-V")) ||
(!strcmp(argv[i], "-version")) || (!strcmp(argv[i], "-version")) ||