comparison auto/types/typedef @ 250:1903c6821958

nginx-0.0.2-2004-02-03-23:27:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 20:27:11 +0000
parents 00cafae0bdf1
children 84b1c672ec5a
comparison
equal deleted inserted replaced
249:2a0540287298 250:1903c6821958
1 1
2 echo -n "checking for $ngx_type ..." 2 echo $ngx_n "checking for $ngx_type ..." $ngx_c
3 echo >> $NGX_ERR 3 echo >> $NGX_ERR
4 echo "checking for $ngx_type" >> $NGX_ERR 4 echo "checking for $ngx_type" >> $NGX_ERR
5 5
6 found=no 6 found=no
7 7
37 fi 37 fi
38 38
39 rm $NGX_AUTOTEST* 39 rm $NGX_AUTOTEST*
40 40
41 if [ $found = no ]; then 41 if [ $found = no ]; then
42 echo -n " $type not found" 42 echo $ngx_n " $type not found" $ngx_c
43 else 43 else
44 break 44 break
45 fi 45 fi
46 done 46 done
47 47