comparison 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
comparison
equal deleted inserted replaced
4796:0327b63390be 4797:d1cea70248c7
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