Disabling fast reftests (bug 387132) due to reported link problems on Linux too. *sigh*

This commit is contained in:
dolske%mozilla.com 2007-10-05 23:11:12 +00:00
Родитель 9acfce7ebf
Коммит 1fa1d9e09a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = reftest
ifneq ($(OS_ARCH), WINNT)
ifdef DISABLED_SEE_BUG_387132
LIBRARY_NAME = reftest
IS_COMPONENT = 1
@ -101,7 +101,7 @@ XPIDLSRCS = nsIReftestHelper.idl
CPPSRCS = nsReftestHelper.cpp
endif #OS_ARCH != WINNT
endif # DISABLED_SEE_BUG_387132
EXTRA_COMPONENTS= \
reftest-cmdline.js \