applied patch in 14263 to build xpconnect as a component on

Linux/alpha.  Should also fix 13601, 11847.
r=jband@netscape.com


git-svn-id: svn://10.0.0.236/trunk@52573 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
msw%gimp.org
1999-11-02 21:03:13 +00:00
parent f80890ee10
commit ceb7def2a5

View File

@@ -97,6 +97,13 @@ IS_COMPONENT = 1
endif
endif
# Linux/alpha
ifeq ($(OS_ARCH),Linux)
ifeq ($(OS_TEST),alpha)
IS_COMPONENT = 1
endif
endif
# NetBSD/m68k
ifeq ($(OS_ARCH),NetBSD)
ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))