view auto/lib/make @ 274:a1ea1ecc3eac

nginx-0.0.2-2004-03-01-23:00:04 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Mar 2004 20:00:04 +0000
parents d4e65d74db9f
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