mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
Configure: improved multiple types handling in auto/types/typedef.
This commit is contained in:
parent
622d152b9f
commit
cab0ac3d50
@ -50,7 +50,11 @@ END
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $ngx_found = no ]; then
|
if [ $ngx_found = no ]; then
|
||||||
|
if [ $ngx_try = $ngx_type ]; then
|
||||||
echo $ngx_n " $ngx_try not found$ngx_c"
|
echo $ngx_n " $ngx_try not found$ngx_c"
|
||||||
|
else
|
||||||
|
echo $ngx_n ", $ngx_try not found$ngx_c"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "----------" >> $NGX_AUTOCONF_ERR
|
echo "----------" >> $NGX_AUTOCONF_ERR
|
||||||
cat $NGX_AUTOTEST.c >> $NGX_AUTOCONF_ERR
|
cat $NGX_AUTOTEST.c >> $NGX_AUTOCONF_ERR
|
||||||
|
Loading…
Reference in New Issue
Block a user