summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
blob: 19afd04b12211243f406f499eaedfddcd94add5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

echo
echo "Configuration summary"

case $MD5 in
    YES) echo " + using system md5 library" ;;
    NO)  echo " + md5 library is not found" ;;
    *)   echo " + using md5 library: $MD5" ;;
esac

case $ZLIB in
    YES) echo " + using system zlib library" ;;
    NO)  echo " + zlib library is not found" ;;
    *)   echo " + using zlib library: $ZLIB" ;;
esac

echo