fix the port bustages. use ZLIB_LIBS and not -lz. r=briano.

git-svn-id: svn://10.0.0.236/trunk@42617 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-08-07 02:15:37 +00:00
parent 3b6954fdb4
commit d13e711412

View File

@@ -49,7 +49,7 @@ CPPSRCS = \
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lz \
$(ZLIB_LIBS) \
-lxp \
$(NSPR_LIBS) \
$(NULL)