From 784522377ec160bc148ff3bb40fb87ede7506d5d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 12 Oct 2005 13:50:36 +0000 Subject: nginx-0.3.2-RELEASE import *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives. --- auto/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/configure') diff --git a/auto/configure b/auto/configure index f54ef241c..daff4bd86 100755 --- a/auto/configure +++ b/auto/configure @@ -23,8 +23,8 @@ if [ "$NGX_PLATFORM" != win32 ]; then . auto/headers fi -. auto/cc/conf . auto/os/conf +. auto/cc/conf if [ "$NGX_PLATFORM" != win32 ]; then . auto/os/features -- cgit