nginx/auto/lib/make
2004-03-11 21:34:52 +00:00

13 lines
160 B
Plaintext

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