comparison auto/summary @ 210:00cafae0bdf1

nginx-0.0.1-2003-12-14-23:10:27 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Dec 2003 20:10:27 +0000
parents
children 679f60139863
comparison
equal deleted inserted replaced
209:e1c815be05ae 210:00cafae0bdf1
1
2 echo
3 echo "Configuration summary"
4
5 case $MD5 in
6 YES) echo " + using system md5 library" ;;
7 NO) echo " + md5 library is not found" ;;
8 *) echo " + using md5 library: $MD5" ;;
9 esac
10
11 case $ZLIB in
12 YES) echo " + using system zlib library" ;;
13 NO) echo " + zlib library is not found" ;;
14 *) echo " + using zlib library: $ZLIB" ;;
15 esac
16
17 echo