summaryrefslogtreecommitdiff
path: root/xml2-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'xml2-config.in')
-rw-r--r--xml2-config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/xml2-config.in b/xml2-config.in
index f679d81..30e1343 100644
--- a/xml2-config.in
+++ b/xml2-config.in
@@ -71,7 +71,10 @@ while test $# -gt 0; do
;;
--libtool-libs)
- echo ${libdir}/@XML_LIBTOOLLIBS@
+ if [ -r ${libdir}/@XML_LIBTOOLLIBS@ ]
+ then
+ echo ${libdir}/@XML_LIBTOOLLIBS@
+ fi
;;
--modules)
@@ -88,7 +91,7 @@ while test $# -gt 0; do
echo @XML_LIBDIR@ @XML_LIBS@
fi
else
- echo @XML_LIBDIR@ @XML_LIBS@
+ echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
fi
;;