From 4237ef28884b0457000043950e1a98853ef68d44 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 27 Apr 2001 00:15:15 +0000 Subject: [PATCH] Pull PSM/NSS by default now that we no longer have the Makefile.in<->Makefile conflict on checkout due to psm2 landing. This brings us to parity with win32 & mac which already pull these by default. Bug #77124 r=bryner --- client.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client.mk b/client.mk index cf916287001e..0199ecd88ddf 100644 --- a/client.mk +++ b/client.mk @@ -314,12 +314,6 @@ endif ifeq (,$(filter modules/libpr0n, $(BUILD_MODULE_CVS))) CVSCO_IMGLIB2 := endif -else -ifndef MOZ_NSS_AUTOCONF - # Do not pull PSM/NSS by default - CVSCO_PSM := - CVSCO_NSS := -endif endif ####################################