]> git.kaiwu.me - nginx.git/commitdiff
Made sure to run configure in a "C" locale.
authorRuslan Ermilov <ru@nginx.com>
Tue, 24 Jul 2012 15:16:09 +0000 (15:16 +0000)
committerRuslan Ermilov <ru@nginx.com>
Tue, 24 Jul 2012 15:16:09 +0000 (15:16 +0000)
Otherwise, we may fail to properly detect a version of compiler.

auto/configure

index 45ea15473a74fc6f1a21968e0543f916c9dd4d37..d7d8189af93f5f623f3ee87b671b089d8ae383ad 100755 (executable)
@@ -4,6 +4,9 @@
 # Copyright (C) Nginx, Inc.
 
 
+LC_ALL=C
+export LC_ALL
+
 . auto/options
 . auto/init
 . auto/sources