408935 Can't --disable-xpcom-obsolete in a 1.8 branch static build. Static builds should only link with xpcom-obsolete when it is enabled. r=ted.mielczarek r=dougt a/1.8.1.12=dveditz

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@241979 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2007-12-21 20:50:47 +00:00
parent 80ba5ae891
commit 4d68d3b52f

View File

@@ -128,7 +128,7 @@ endif
# STATIC_EXTRA_LIBS += $(TK_LIBS)
# Some random modules require this
ifndef MINIMO
ifndef MOZ_NO_XPCOM_OBSOLETE
STATIC_EXTRA_LIBS += $(MOZ_XPCOM_OBSOLETE_LIBS)
endif