view auto/lib/make @ 278:0ba4821f4460

nginx-0.0.2-2004-03-04-10:04:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 07:04:55 +0000
parents a1ea1ecc3eac
children 30310107dbc9
line wrap: on
line source


if [ "$PLATFORM" != "win32" ]; then

    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

fi