Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4397 - trunk/auto/lib/pcre

Anonymous User
December 29, 2011 11:00AM
Author: vbart
Date: 2011-12-29 15:58:53 +0000 (Thu, 29 Dec 2011)
New Revision: 4397

Modified:
trunk/auto/lib/pcre/conf
Log:
Fixed configure with system PCRE library on Solaris.
The bug has been introduced in r4389.


Modified: trunk/auto/lib/pcre/conf
===================================================================
--- trunk/auto/lib/pcre/conf 2011-12-29 15:36:07 UTC (rev 4396)
+++ trunk/auto/lib/pcre/conf 2011-12-29 15:58:53 UTC (rev 4397)
@@ -165,7 +165,7 @@
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;

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4397 - trunk/auto/lib/pcre

Anonymous User 1372 December 29, 2011 11:00AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 196
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready