mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 495604 - Make ifndef MOZ_SUITE in dlmgr Makefile.in actually work, r=sdwilsh
This commit is contained in:
parent
5d71b37bbe
commit
ff1cf91f71
@ -82,6 +82,9 @@ REQUIRES += xulapp
|
||||
endif
|
||||
endif
|
||||
|
||||
# definition of MOZ_SUITE is only added via config.mk
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
ifndef MOZ_SUITE
|
||||
# XXX - Until Suite builds off XULRunner we can't guarantee our implementation
|
||||
# of nsIDownloadManagerUI overrides toolkit's.
|
||||
|
Loading…
Reference in New Issue
Block a user