Fix ifdef.

git-svn-id: svn://10.0.0.236/trunk@78704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-09-11 02:12:21 +00:00
parent 8966bbdb7f
commit 9117d7aa8e

View File

@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public res src stub
ifeq (,$(filter Linux SunOS5,$(OS_ARCH)))
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
ifdef MOZ_ENABLE_GTK
DIRS += wizard/unix/src2
endif