From d10d4ceb2fa4cb2e97ae285e24948e4ebe14df4c Mon Sep 17 00:00:00 2001 From: "pete.zha%sun.com" Date: Thu, 7 Nov 2002 08:48:27 +0000 Subject: [PATCH] fix the bustage (lose to checkin this file in the previous checkin) r=jkeiser a=#mozilla --- gfx/src/gtk/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/src/gtk/Makefile.in b/gfx/src/gtk/Makefile.in index 8db60477018..d2132df9148 100644 --- a/gfx/src/gtk/Makefile.in +++ b/gfx/src/gtk/Makefile.in @@ -88,8 +88,10 @@ CPPSRCS += \ $(X11SHARED_LCPPSRCS) \ nsFontMetricsGTK.cpp \ nsGdkUtils.cpp +ifdef MOZ_ENABLE_FREETYPE2 EXTRA_DSO_LDOPTS += $(LIBS_DIR) -lgfxft2 endif +endif ifdef MOZ_ENABLE_XFT CPPSRCS += \