# HG changeset patch # User Ruslan Ermilov # Date 1343142969 0 # Node ID 3010db312c9116d6c6898e235f475292cef52042 # Parent d87b45d4a8a013d61e3cfc3ded80e01090b488d6 Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler. diff --git a/auto/configure b/auto/configure --- a/auto/configure +++ b/auto/configure @@ -4,6 +4,9 @@ # Copyright (C) Nginx, Inc. +LC_ALL=C +export LC_ALL + . auto/options . auto/init . auto/sources