changeset 6499:e20bf454e58b

Configure: improved multiple types handling in auto/types/typedef.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 01 Apr 2016 16:38:30 +0300
parents 82a76258a142
children 8426275a13fd
files auto/types/typedef
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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