From 9302e4296a7222bb6aefcd588cbdcabdc5fe2db6 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sun, 7 Feb 1999 21:55:34 +0000 Subject: [PATCH] nettest now builds on Solaris git-svn-id: svn://10.0.0.236/trunk@19974 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/module/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/module/tests/Makefile.in b/mozilla/network/module/tests/Makefile.in index 0d6d5f72184..3cab24a4248 100644 --- a/mozilla/network/module/tests/Makefile.in +++ b/mozilla/network/module/tests/Makefile.in @@ -56,9 +56,9 @@ LIBS = \ -lraptorbase \ -lgmbase$(MOZ_TOOLKIT) \ -lsecfree \ - -lz \ $(NSPR_LIBS) \ $(TK_LIBS) \ + $(ZLIB_LIBS) \ $(NULL) include $(topsrcdir)/config/config.mk