Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: improved multiple types handling in auto/types/typedef.

Maxim Dounin
April 01, 2016 10:12AM
details: http://hg.nginx.org/nginx/rev/e20bf454e58b
branches:
changeset: 6499:e20bf454e58b
user: Maxim Dounin <mdounin@mdounin.ru>
date: Fri Apr 01 16:38:30 2016 +0300
description:
Configure: improved multiple types handling in auto/types/typedef.

diffstat:

auto/types/typedef | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)

diffs (16 lines):

diff --git a/auto/types/typedef b/auto/types/typedef
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -50,7 +50,11 @@ END
fi

if [ $ngx_found = no ]; then
- echo $ngx_n " $ngx_try not found$ngx_c"
+ if [ $ngx_try = $ngx_type ]; then
+ echo $ngx_n " $ngx_try not found$ngx_c"
+ else
+ echo $ngx_n ", $ngx_try not found$ngx_c"
+ fi

echo "----------" >> $NGX_AUTOCONF_ERR
cat $NGX_AUTOTEST.c >> $NGX_AUTOCONF_ERR

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Configure: improved multiple types handling in auto/types/typedef.

Maxim Dounin 400 April 01, 2016 10:12AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 265
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready