From 07a67fa4bcc1b8bf2651ab41e5fc54a05059cf7e Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sat, 29 Apr 2006 21:57:40 +0200 Subject: Load /tmp/libxml2-2.6.24 into libxml2/branches/upstream/current. --- xml2-config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xml2-config.in') 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 ;; -- cgit v1.2.3