[nginx] svn commit:  r4397 - trunk/auto/lib/pcre
    vbart at nginx.com 
    vbart at nginx.com
       
    Thu Dec 29 15:58:54 UTC 2011
    
    
  
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;
    
    
More information about the nginx-devel
mailing list