Bug 320316 - libxul doesn't link with cairo toolkits (thebes) r=vlad; don't build mfcembed if xpcomobsolete (nsIRegistry) isn't available, to fix xulrunner windows bustage

git-svn-id: svn://10.0.0.236/trunk@193612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2006-04-05 19:25:57 +00:00
parent a91e8519f5
commit 9580da1e9a
4 changed files with 6 additions and 3 deletions

View File

@@ -51,10 +51,12 @@ endif
ifndef BUILD_STATIC_LIBS
ifndef GNU_CC
ifndef NO_MFC
ifndef MOZ_NO_XPCOM_OBSOLETE
DIRS += mfcembed/components mfcembed
endif
endif
endif
endif
endif