summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/conf')
-rw-r--r--auto/lib/conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/conf b/auto/lib/conf
index fcf2b3f63..0462228ab 100644
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -41,6 +41,10 @@ if [ $USE_ZLIB = YES ]; then
. auto/lib/zlib/conf
fi
+if [ $USE_LIBXSLT = YES ]; then
+ . auto/lib/libxslt/conf
+fi
+
if [ $USE_PERL = YES ]; then
. auto/lib/perl/conf
fi