diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-04 20:32:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-04 20:32:09 +0000 |
| commit | 9a864bd8f87efd0fa23f552d4277475dd76bcea4 (patch) | |
| tree | 748c76cb067e50ae033389a0590fee8b4d76d222 /auto/lib/zlib | |
| parent | c972a3fe2774c329cd64fdaf36f51e28a130bf4c (diff) | |
| download | nginx-9a864bd8f87efd0fa23f552d4277475dd76bcea4.tar.gz nginx-9a864bd8f87efd0fa23f552d4277475dd76bcea4.tar.bz2 | |
nginx-0.0.3-2004-04-05-00:32:09 import
Diffstat (limited to 'auto/lib/zlib')
| -rw-r--r-- | auto/lib/zlib/conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
