comparison auto/lib/pcre/conf @ 2141:4bc6ef1d7904

update comment
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 14:54:12 +0000
parents bd6cc5370fc1
children da1ba8a5c8c9
comparison
equal deleted inserted replaced
2140:dce5ddef5af9 2141:4bc6ef1d7904
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