comparison auto/lib/pcre/conf @ 2940:cb3d4dc8c6db stable-0.7

merge r2893, r2894, and r2917: various ./configure fixes: *) use md5/sha1 in OpenSSL only if OpenSSL is used *) stop ./configure at once on library failure *) librt must be tested before creating Makefile the bug has been introduced in r2817
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Jun 2009 08:49:53 +0000
parents 4bc6ef1d7904
children 4d47a0658e7d
comparison
equal deleted inserted replaced
2939:7d8667499ddc 2940:cb3d4dc8c6db
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
165
166 cat << END
167
168 $0: error: the HTTP rewrite module requires the PCRE library.
169 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
171 statically from the source with nginx by using --with-pcre=<path> option.
172
173 END
174 exit 1
175
164 fi 176 fi
165 177
166 fi 178 fi
167 fi 179 fi