mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-05 17:39:40 +08:00
Small fixups: - xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg - parserInternals.c: removed unneeded test raised by Stric Daniel
9 lines
191 B
Bash
9 lines
191 B
Bash
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
XML2_LIBDIR="@XML_LIBDIR@"
|
|
XML2_LIBS="@XML_LIBS@"
|
|
XML2_INCLUDEDIR="@XML_INCLUDEDIR@"
|
|
MODULE_VERSION="xml2-@VERSION@"
|
|
|