summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/conf
blob: 163193fb18d59fa3af3eb6aa4a8acdcef1a684ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

if [ $USE_PCRE = YES ]; then
    . auto/lib/pcre/conf
fi

if [ $USE_MD5 = YES ]; then
    . auto/lib/md5/conf
fi

if [ $USE_ZLIB = YES ]; then
    . auto/lib/zlib/conf
fi