summaryrefslogtreecommitdiff
path: root/xml2-config.in
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2005-02-05 12:06:19 +0000
committerMike Hommey <mh@glandium.org>2005-02-05 12:06:19 +0000
commita7457388701e6ccba9091ba3ec09505dc903b758 (patch)
tree80a7d0fba3968fee73cc71a62ffe1af039396f29 /xml2-config.in
parentf51dd67f3a3f472af0620391eb588eeca4533689 (diff)
downloadlibxml2-a7457388701e6ccba9091ba3ec09505dc903b758.tar.gz
Load /tmp/tmp.5kkLmZ/libxml2-2.6.17 intoupstream/2.6.17
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'xml2-config.in')
-rw-r--r--xml2-config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/xml2-config.in b/xml2-config.in
index cddd1a8..304df6c 100644
--- a/xml2-config.in
+++ b/xml2-config.in
@@ -17,6 +17,7 @@ Known values for OPTION are:
--libs print library linking information
--libtool-libs print linking information for use with libtool
--cflags print pre-processor and compiler flags
+ --modules module support enabled
--help display this help and exit
--version output version information
EOF
@@ -74,6 +75,10 @@ while test $# -gt 0; do
echo ${libdir}/@XML_LIBTOOLLIBS@
;;
+ --modules)
+ echo @WITH_MODULES@
+ ;;
+
--libs)
if [ "`uname`" = "Linux" ]
then