Made sure to run configure in a "C" locale.

Otherwise, we may fail to properly detect a version of compiler.
This commit is contained in:
Ruslan Ermilov 2012-07-24 15:16:09 +00:00
parent 2d60cd7efa
commit 9911ea4cd0

3
auto/configure vendored
View File

@ -4,6 +4,9 @@
# Copyright (C) Nginx, Inc.
LC_ALL=C
export LC_ALL
. auto/options
. auto/init
. auto/sources