view auto/lib/make @ 293:ec3c049681fd

nginx-0.0.3-2004-03-19-08:25:53 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Mar 2004 05:25:53 +0000
parents fc8dc489247e
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