From 697d1aea0c7b1525beed2911f9f32426280df8f4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 27 Oct 2005 15:46:13 +0000 Subject: nginx-0.3.7-RELEASE import *) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.3.2. --- auto/threads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/threads b/auto/threads index 2bf85b65f..29bc72476 100644 --- a/auto/threads +++ b/auto/threads @@ -50,7 +50,7 @@ case $USE_THREADS in CORE_LIBS="$CORE_LIBS -pthread" ;; - FreeBSD:[567]*) + FreeBSD:[56]*) have=NGX_THREADS . auto/have CORE_SRCS="$CORE_SRCS $PTHREAD_SRCS" CORE_LIBS="$CORE_LIBS -lc_r" -- cgit