nginx/auto/lib/make
2004-03-29 17:43:58 +00:00

13 lines
210 B
Plaintext

if [ $PCRE != NONE -a $PCRE != NO ]; then
. auto/lib/pcre/make
fi
if [ $MD5 != NONE -a $MD5 != NO ]; then
. auto/lib/md5/make
fi
if [ $ZLIB != NONE -a $ZLIB != NO ]; then
. auto/lib/zlib/make
fi