view auto/lib/make @ 300:502b03d9d2a3

nginx-0.0.3-2004-03-31-00:31:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Mar 2004 20:31:58 +0000
parents ee394e997c77
children d621239c30f7
line wrap: on
line source


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