comparison auto/lib/pcre/conf @ 392:34fb3a573548 NGINX_0_7_8

nginx 0.7.8 *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Aug 2008 00:00:00 +0400
parents edf1cb6c328e
children f39b9e29530d
comparison
equal deleted inserted replaced
391:4ec606a899d3 392:34fb3a573548
112 . auto/feature 112 . auto/feature
113 fi 113 fi
114 114
115 if [ $ngx_found = no ]; then 115 if [ $ngx_found = no ]; then
116 116
117 # Linux package 117 # RedHat RPM, Solaris package
118 118
119 ngx_feature="PCRE library in /usr/include/pcre/" 119 ngx_feature="PCRE library in /usr/include/pcre/"
120 ngx_feature_path="/usr/include/pcre" 120 ngx_feature_path="/usr/include/pcre"
121 ngx_feature_libs="-lpcre" 121 ngx_feature_libs="-lpcre"
122 122