typo in nginx-1.1.12/auto/lib/pcre/conf
Valentin V. Bartenev
ne at vbart.ru
Thu Jan 12 23:09:54 UTC 2012
On Friday 13 January 2012 00:46:08 Alexandr Gomoliako wrote:
> diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf
> index e90d023..fd98ee9 100644
> --- a/auto/lib/pcre/conf
> +++ b/auto/lib/pcre/conf
> @@ -165,7 +165,7 @@ else
> PCRE=YES
> fi
>
> - if [ $PCRE == YES ]; then
> + if [ $PCRE = YES ]; then
> ngx_feature="PCRE JIT support"
> ngx_feature_name="NGX_HAVE_PCRE_JIT"
> ngx_feature_test="int jit = 0;
>
Already fixed in r4397.
http://trac.nginx.org/nginx/changeset/4397/nginx
wbr, Valentin V. Bartenev
More information about the nginx-devel
mailing list