view auto/lib/make @ 286:fc8dc489247e

nginx-0.0.2-2004-03-12-00:34:52 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 21:34:52 +0000
parents 30310107dbc9
children ee394e997c77
line wrap: on
line source


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