view auto/lib/make @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents a1ea1ecc3eac
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