Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-04 18:48:15 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-08-04 18:48:15 +0400
commit1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8 (patch)
treec623ea9d26e7e66258a39f02e772aded46a168e9 /auto/lib/conf
parentb5bc3f989ff0d70508705a10708c4f8b84913dc0 (diff)
ngx_http_xslt_filter_module
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