1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fix Red Hat bug #184170 Daniel

* xml2-config.in: fix Red Hat bug #184170
Daniel
This commit is contained in:
Daniel Veillard
2006-03-07 09:00:20 +00:00
parent 4435341da4
commit 4f27a8a462
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
* xml2-config.in: fix Red Hat bug #184170
Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net> Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
* tree.c: Simplified usage of the internal xmlNsMap. Added a * tree.c: Simplified usage of the internal xmlNsMap. Added a

View File

@@ -71,7 +71,10 @@ while test $# -gt 0; do
;; ;;
--libtool-libs) --libtool-libs)
echo ${libdir}/@XML_LIBTOOLLIBS@ if [ -r ${libdir}/@XML_LIBTOOLLIBS@ ]
then
echo ${libdir}/@XML_LIBTOOLLIBS@
fi
;; ;;
--modules) --modules)