comparison auto/lib/libxslt/conf @ 7327:f7e79596baf2

Configure: fixed compiler warnings with "-Wall -Wextra".
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Jul 2018 18:46:54 +0300
parents 85dea406e18f
children
comparison
equal deleted inserted replaced
7326:308819020438 7327:f7e79596baf2
14 #include <libxslt/xsltutils.h>" 14 #include <libxslt/xsltutils.h>"
15 ngx_feature_path="/usr/include/libxml2" 15 ngx_feature_path="/usr/include/libxml2"
16 ngx_feature_libs="-lxml2 -lxslt" 16 ngx_feature_libs="-lxml2 -lxslt"
17 ngx_feature_test="xmlParserCtxtPtr ctxt = NULL; 17 ngx_feature_test="xmlParserCtxtPtr ctxt = NULL;
18 xsltStylesheetPtr sheet = NULL; 18 xsltStylesheetPtr sheet = NULL;
19 xmlDocPtr doc; 19 xmlDocPtr doc = NULL;
20 doc = xmlParseChunk(ctxt, NULL, 0, 0); 20 xmlParseChunk(ctxt, NULL, 0, 0);
21 xsltApplyStylesheet(sheet, doc, NULL);" 21 xsltApplyStylesheet(sheet, doc, NULL);"
22 . auto/feature 22 . auto/feature
23 23
24 24
25 if [ $ngx_found = no ]; then 25 if [ $ngx_found = no ]; then