mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00: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
1 changed files with 3 additions and 0 deletions
3
auto/configure
vendored
3
auto/configure
vendored
|
|
@ -4,6 +4,9 @@
|
|||
# Copyright (C) Nginx, Inc.
|
||||
|
||||
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
. auto/options
|
||||
. auto/init
|
||||
. auto/sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue