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
This commit is contained in:
seawood%netscape.com 2002-02-28 15:43:17 +00:00
parent 158e2c6a3f
commit 1c1bb7c6ea

View File

@ -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