comparison auto/lib/zlib/conf @ 306:6b91bfbc4123

nginx-0.0.3-2004-04-05-00:32:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 04 Apr 2004 20:32:09 +0000
parents ee394e997c77
children ce375c313e96
comparison
equal deleted inserted replaced
305:4b1a3a4acc60 306:6b91bfbc4123
24 fi 24 fi
25 ;; 25 ;;
26 26
27 *) 27 *)
28 LINK_DEPS="$LINK_DEPS $ZLIB/libz.a" 28 LINK_DEPS="$LINK_DEPS $ZLIB/libz.a"
29 CORE_LIBS="$CORE_LIBS -L $ZLIB -lz" 29 CORE_LIBS="$CORE_LIBS $ZLIB/libz.a"
30 #CORE_LIBS="$CORE_LIBS -L $ZLIB -lz"
30 ;; 31 ;;
31 32
32 esac 33 esac
33 34
34 else 35 else