From 9911ea4cd04bc33a54c82e811a454773949b242d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Jul 2012 15:16:09 +0000 Subject: [PATCH] Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler. --- auto/configure | 3 +++ 1 file changed, 3 insertions(+) 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