view auto/lib/make @ 284:1fecc9478d92

nginx-0.0.2-2004-03-10-23:56:39 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 10 Mar 2004 20:56:39 +0000
parents 30310107dbc9
children fc8dc489247e
line wrap: on
line source


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

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

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