From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:16:09 +0000 (+0000) Subject: Made sure to run configure in a "C" locale. X-Git-Tag: release-1.3.4~11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9911ea4cd04bc33a54c82e811a454773949b242d;p=nginx.git 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 index 45ea15473..d7d8189af 100755 --- 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