From 1c1bb7c6eab36b42d3308c6596c78473554392fb Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Thu, 28 Feb 2002 15:43:17 +0000 Subject: [PATCH] Check for system version of freetype >= 2.0.8 for those of us building in objdirs. Fix problem with sub-configures getting unnecessary additional options. Bug #126919 r=bryner a=shaver --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index d5653380f567..1cad877b9f18 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,9 +330,11 @@ endif freetype: ifdef MOZ_ENABLE_XFT +ifndef MOZ_XFT_SYSTEM_FREETYPE2 $(MAKE) -C other-licenses/freetype $(MAKE) -C other-licenses/freetype install endif +endif expat: ifdef MOZ_ENABLE_XFT