mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
Configure: improved multiple types handling in auto/types/typedef.
This commit is contained in:
parent
622d152b9f
commit
cab0ac3d50
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue