comparison auto/lib/pcre/conf @ 4559:62d8db8c7157

Fixed more gcc46 warnings in configure tests. Steps to reproduce: ./configure --with-cc="gcc46" --with-cc-opt="-Wall -Werror -O2"
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Mar 2012 16:44:52 +0000
parents d620f497c50f
children b39d947fcb82
comparison
equal deleted inserted replaced
4558:8865fd1f3aa5 4559:62d8db8c7157
96 ngx_feature_name="NGX_PCRE" 96 ngx_feature_name="NGX_PCRE"
97 ngx_feature_run=no 97 ngx_feature_run=no
98 ngx_feature_incs="#include <pcre.h>" 98 ngx_feature_incs="#include <pcre.h>"
99 ngx_feature_path= 99 ngx_feature_path=
100 ngx_feature_libs="-lpcre" 100 ngx_feature_libs="-lpcre"
101 ngx_feature_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)" 101 ngx_feature_test="pcre *re;
102 re = pcre_compile(NULL, 0, NULL, 0, NULL);
103 if (re == NULL) return 1"
102 . auto/feature 104 . auto/feature
103 105
104 if [ $ngx_found = no ]; then 106 if [ $ngx_found = no ]; then
105 107
106 # FreeBSD port 108 # FreeBSD port