comparison auto/lib/pcre/conf @ 586:53f5f04a64b8 NGINX_0_8_45

nginx 0.8.45 *) Feature: ngx_http_xslt_filter improvements. Thanks to Laurence Rowe. *) Bugfix: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "listen" directive did not support the "setfib=0" parameter.
author Igor Sysoev <http://sysoev.ru>
date Tue, 13 Jul 2010 00:00:00 +0400
parents f39b9e29530d
children 9d21dad0b5a1
comparison
equal deleted inserted replaced
585:565a8b8fdad5 586:53f5f04a64b8
159 CORE_DEPS="$CORE_DEPS $REGEX_DEPS" 159 CORE_DEPS="$CORE_DEPS $REGEX_DEPS"
160 CORE_SRCS="$CORE_SRCS $REGEX_SRCS" 160 CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
161 CORE_INCS="$CORE_INCS $ngx_feature_path" 161 CORE_INCS="$CORE_INCS $ngx_feature_path"
162 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 162 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
163 PCRE=YES 163 PCRE=YES
164 else 164 fi
165 fi
165 166
167 if [ $PCRE != YES ]; then
166 cat << END 168 cat << END
167 169
168 $0: error: the HTTP rewrite module requires the PCRE library. 170 $0: error: the HTTP rewrite module requires the PCRE library.
169 You can either disable the module by using --without-http_rewrite_module 171 You can either disable the module by using --without-http_rewrite_module
170 option, or install the PCRE library into the system, or build the PCRE library 172 option, or install the PCRE library into the system, or build the PCRE library
171 statically from the source with nginx by using --with-pcre=<path> option. 173 statically from the source with nginx by using --with-pcre=<path> option.
172 174
173 END 175 END
174 exit 1 176 exit 1
177 fi
175 178
176 fi
177
178 fi
179 fi 179 fi