diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-04-01 16:38:28 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-04-01 16:38:28 +0300 |
| commit | 622d152b9f936ddc15deac05b3e5b5f60a9d13bb (patch) | |
| tree | 98c75ab8e01997ef28752c9a9750f16646483540 /auto/types/typedef | |
| parent | 74ee55ec1b49266865646d488026f3e6802e1b85 (diff) | |
| download | nginx-622d152b9f936ddc15deac05b3e5b5f60a9d13bb.tar.gz nginx-622d152b9f936ddc15deac05b3e5b5f60a9d13bb.tar.bz2 | |
Configure: fixed autotest source code logging.
Fixed a regression introduced in rev. 434548349838 that prevented
auto/types/sizeof and auto/types/typedef properly reporting autotest
source code to autoconf.err in case of test failure.
Diffstat (limited to 'auto/types/typedef')
| -rw-r--r-- | auto/types/typedef | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/auto/types/typedef b/auto/types/typedef index 8b5c3689c..f167e80d9 100644 --- a/auto/types/typedef +++ b/auto/types/typedef @@ -49,8 +49,6 @@ END fi fi - rm -rf $NGX_AUTOTEST* - if [ $ngx_found = no ]; then echo $ngx_n " $ngx_try not found$ngx_c" @@ -59,8 +57,11 @@ END echo "----------" >> $NGX_AUTOCONF_ERR echo $ngx_test >> $NGX_AUTOCONF_ERR echo "----------" >> $NGX_AUTOCONF_ERR + fi + + rm -rf $NGX_AUTOTEST* - else + if [ $ngx_found != no ]; then break fi done |
