summaryrefslogtreecommitdiff
path: root/xml2-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'xml2-config.in')
-rw-r--r--xml2-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2-config.in b/xml2-config.in
index 1957486..2989325 100644
--- a/xml2-config.in
+++ b/xml2-config.in
@@ -86,12 +86,12 @@ while test $# -gt 0; do
then
if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ]
then
- echo @XML_LIBS@ @MODULE_PLATFORM_LIBS@
+ echo @XML_LIBS@
else
- echo @XML_LIBDIR@ @XML_LIBS@ @MODULE_PLATFORM_LIBS@
+ echo @XML_LIBDIR@ @XML_LIBS@
fi
else
- echo @XML_LIBDIR@ @XML_LIBS@ @MODULE_PLATFORM_LIBS@ @WIN32_EXTRA_LIBADD@
+ echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
fi
;;