]> git.kaiwu.me - nginx.git/commitdiff
Configure: improved multiple types handling in auto/types/typedef.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 13:38:30 +0000 (16:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 13:38:30 +0000 (16:38 +0300)
auto/types/typedef

index f167e80d95ac12f285cd424a89a8dd93670fbd47..b55237e9319e2ae4d959677aee32f80e7f02f4ca 100644 (file)
@@ -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