From 9a864bd8f87efd0fa23f552d4277475dd76bcea4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 4 Apr 2004 20:32:09 +0000 Subject: nginx-0.0.3-2004-04-05-00:32:09 import --- auto/lib/zlib/conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auto/lib/zlib') diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf index 82cc5edc8..7376abd70 100644 --- a/auto/lib/zlib/conf +++ b/auto/lib/zlib/conf @@ -26,7 +26,8 @@ if [ $ZLIB != NONE ]; then *) LINK_DEPS="$LINK_DEPS $ZLIB/libz.a" - CORE_LIBS="$CORE_LIBS -L $ZLIB -lz" + CORE_LIBS="$CORE_LIBS $ZLIB/libz.a" + #CORE_LIBS="$CORE_LIBS -L $ZLIB -lz" ;; esac -- cgit