view auto/lib/make @ 277:e91499541410

nginx-0.0.2-2004-03-03-19:14:15 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Mar 2004 16:14:15 +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