From d039a2e193c9172e4f415b9304222e81804a69d0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 22 Feb 2005 14:40:13 +0000 Subject: nginx-0.1.21-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0. --- auto/lib/pcre/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/lib/pcre/conf') diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index 168acbaa2..65163272a 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -42,7 +42,7 @@ if [ $PCRE != NONE ]; then else - if [ $NGX_PLATFORM != win32 ]; then + if [ "$NGX_PLATFORM" != win32 ]; then PCRE=NO # FreeBSD PCRE port requires --with-cc-opt="-I /usr/local/include" -- cgit