diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-20 16:48:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-20 16:48:59 +0000 |
commit | 0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970 (patch) | |
tree | 54a8e4a8fa1df4371d3e4b4cda5b171cd50460e4 /auto/lib/test | |
parent | bb1ba3fa6d8e12074afeea8c27e29699e29fb04e (diff) | |
download | nginx-0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970.tar.gz nginx-0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970.zip |
nginx-0.0.2-2004-02-20-19:48:59 import
Diffstat (limited to 'auto/lib/test')
-rw-r--r-- | auto/lib/test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/lib/test b/auto/lib/test index 6d3f7e345..d030655e1 100644 --- a/auto/lib/test +++ b/auto/lib/test @@ -1,5 +1,5 @@ -echo "checking for $ngx_lib library" +echo $ngx_n "checking for $ngx_lib library ..." $ngx_c echo >> $NGX_ERR echo "checking for $ngx_lib library" >> $NGX_ERR @@ -12,12 +12,12 @@ eval "$CC $cc_test_flags -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_libs \ >> $NGX_ERR 2>&1" if [ -x $NGX_AUTOTEST ]; then - echo " + $ngx_lib found" + echo " found" ngx_found=yes else - echo " + $ngx_lib not found" + echo " not found" fi rm $NGX_AUTOTEST* |