comparison auto/lib/libxslt/conf @ 400:349057ecf4d5 NGINX_0_7_10

nginx 0.7.10 *) Bugfix: in the "addition_types", "charset_types", "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives; the bugs had appeared in 0.7.9. *) Bugfix: of recursive error_page for 500 status code. *) Bugfix: now the ngx_http_realip_module set address not for whole keepalive connection, but for each request passed via the connection.
author Igor Sysoev <http://sysoev.ru>
date Wed, 13 Aug 2008 00:00:00 +0400
parents 34fb3a573548
children ff86d646f9df
comparison
equal deleted inserted replaced
398:ebf3256f0c2b 400:349057ecf4d5
71 . auto/feature 71 . auto/feature
72 fi 72 fi
73 73
74 74
75 if [ $ngx_found = yes ]; then 75 if [ $ngx_found = yes ]; then
76
76 CORE_INCS="$CORE_INCS $ngx_feature_path" 77 CORE_INCS="$CORE_INCS $ngx_feature_path"
77 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 78 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
79
80 else
81
82 cat << END
83
84 $0: error: the HTTP XSLT module requires the libxml2/libxslt
85 libraries. You can either do not enable the module or install the libraries.
86
87 END
88
89 exit 1
78 fi 90 fi