diff auto/configure @ 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 d620f497c50f
children 1209b8a7b077
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