summaryrefslogtreecommitdiff
path: root/xml2-config.in
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-04-29 21:57:40 +0200
committerMike Hommey <glandium@debian.org>2006-04-29 21:57:40 +0200
commit07a67fa4bcc1b8bf2651ab41e5fc54a05059cf7e (patch)
tree7b377fd8e804a983cb2c57a43be1093ef179c5fd /xml2-config.in
parentc5d565931c4823dc8f62fffcb65aecfec516f7b9 (diff)
downloadlibxml2-07a67fa4bcc1b8bf2651ab41e5fc54a05059cf7e.tar.gz
Load /tmp/libxml2-2.6.24 intoupstream/2.6.24.dfsg
libxml2/branches/upstream/current.
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
;;