diff auto/configure @ 4797:d1cea70248c7 stable-1.2

Merge of r4759, r4762, r4768: configure minor fixes. *) Replaced a number of "else if" with "elif". *) Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler. *) Removed extraneous GCC warning flags.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:03:01 +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