# HG changeset patch # User Maxim Dounin # Date 1459517910 -10800 # Node ID e20bf454e58b568582bffe3b064111d4b915f21a # Parent 82a76258a142f0df355aa6ddcaf92d23154b5a3e Configure: improved multiple types handling in auto/types/typedef. 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