1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

stupid cut'n paste bug in xmllint detection daniel

* configure.in: stupid cut'n paste bug in xmllint detection
daniel
This commit is contained in:
Daniel Veillard 2004-09-30 09:19:33 +00:00
parent 210818b18a
commit 8b817dace5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
* configure.in: stupid cut'n paste bug in xmllint detection
Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
* configure.in doc/*: releasing 2.6.14, rebuilding the docs

View File

@ -40,7 +40,7 @@ AC_PATH_PROG(RM, rm, /bin/rm)
AC_PATH_PROG(MV, mv, /bin/mv)
AC_PATH_PROG(TAR, tar, /bin/tar)
AC_PATH_PROG(PERL, perl, /usr/bin/perl)
AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xsltproc)
AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint)
AC_PATH_PROG(XSLTPROC, xsltproc, /usr/bin/xsltproc)
dnl Make sure we have an ANSI compiler