comparison auto/configure @ 4761:3010db312c91

Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:16:09 +0000
parents d620f497c50f
children 1209b8a7b077
comparison
equal deleted inserted replaced
4760:d87b45d4a8a0 4761:3010db312c91
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (C) Igor Sysoev 3 # Copyright (C) Igor Sysoev
4 # Copyright (C) Nginx, Inc. 4 # Copyright (C) Nginx, Inc.
5 5
6
7 LC_ALL=C
8 export LC_ALL
6 9
7 . auto/options 10 . auto/options
8 . auto/init 11 . auto/init
9 . auto/sources 12 . auto/sources
10 13