From fc5a10aedcdd8cf261ecc164941562bc52fe415d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Mar 2004 19:47:07 +0000 Subject: nginx-0.0.2-2004-03-09-22:47:07 import --- auto/lib/make | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'auto/lib/make') diff --git a/auto/lib/make b/auto/lib/make index 8bb32ca35..66568e6f5 100644 --- a/auto/lib/make +++ b/auto/lib/make @@ -1,18 +1,12 @@ -if [ "$PLATFORM" != "win32" ]; then - - if [ $PCRE != NO ]; then - . auto/lib/pcre/make - fi - - - if [ $MD5 != NO ]; then - . auto/lib/md5/make - fi - +if [ $MD5 != NO ]; then + . auto/lib/md5/make +fi - if [ $ZLIB != NO ]; then - . auto/lib/zlib/make - fi +if [ $ZLIB != NO ]; then + . auto/lib/zlib/make +fi +if [ $PCRE != NO ]; then + . auto/lib/pcre/make fi -- cgit