changeset 4761:3010db312c91

Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:16:09 +0000
parents d87b45d4a8a0
children 182aee3b1bf5
files auto/configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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