Make an empty-string MOZ_ENABLE_COREXFONTS in the environment actually cause MOZ_ENABLE_COREXFONTS not to be set in the build. r=seawood sr=blizzard b=197597

This commit is contained in:
dbaron%dbaron.org 2003-03-18 03:47:11 +00:00
Родитель 2d25169c84
Коммит c499bfad98
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3259,7 +3259,7 @@ AC_SUBST(MOZ_XFT_LIBS)
dnl ========================================================
dnl = disabling x11 core support, enabled by default
dnl ========================================================
MOZ_ENABLE_COREXFONTS=${MOZ_ENABLE_COREXFONTS:-1}
MOZ_ENABLE_COREXFONTS=${MOZ_ENABLE_COREXFONTS-1}
if test "$MOZ_ENABLE_COREXFONTS"
then
AC_DEFINE(MOZ_ENABLE_COREXFONTS)