comparison auto/summary @ 212:679f60139863

nginx-0.0.1-2003-12-19-11:15:11 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Dec 2003 08:15:11 +0000
parents 00cafae0bdf1
children b6793bc5034b
comparison
equal deleted inserted replaced
211:fd9fecc4193f 212:679f60139863
1 1
2 echo 2 echo
3 echo "Configuration summary" 3 echo "Configuration summary"
4
5 case $PCRE in
6 YES) echo " + using system PCRE library" ;;
7 NO) echo " + PCRE library is not found" ;;
8 *) echo " + using PCRE library: $PCRE" ;;
9 esac
4 10
5 case $MD5 in 11 case $MD5 in
6 YES) echo " + using system md5 library" ;; 12 YES) echo " + using system md5 library" ;;
7 NO) echo " + md5 library is not found" ;; 13 NO) echo " + md5 library is not found" ;;
8 *) echo " + using md5 library: $MD5" ;; 14 *) echo " + using md5 library: $MD5" ;;