comparison auto/lib/conf @ 2139:dad4423ef56a

ngx_http_xslt_filter_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 14:48:15 +0000
parents bd6cc5370fc1
children a16ec9e1b4d1
comparison
equal deleted inserted replaced
2138:fb3b084e7d42 2139:dad4423ef56a
39 39
40 if [ $USE_ZLIB = YES ]; then 40 if [ $USE_ZLIB = YES ]; then
41 . auto/lib/zlib/conf 41 . auto/lib/zlib/conf
42 fi 42 fi
43 43
44 if [ $USE_LIBXSLT = YES ]; then
45 . auto/lib/libxslt/conf
46 fi
47
44 if [ $USE_PERL = YES ]; then 48 if [ $USE_PERL = YES ]; then
45 . auto/lib/perl/conf 49 . auto/lib/perl/conf
46 fi 50 fi
47 51
48 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then 52 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then