mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
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:
parent
2d60cd7efa
commit
9911ea4cd0
3
auto/configure
vendored
3
auto/configure
vendored
@ -4,6 +4,9 @@
|
|||||||
# Copyright (C) Nginx, Inc.
|
# Copyright (C) Nginx, Inc.
|
||||||
|
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
. auto/options
|
. auto/options
|
||||||
. auto/init
|
. auto/init
|
||||||
. auto/sources
|
. auto/sources
|
||||||
|
Loading…
Reference in New Issue
Block a user