зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2d25169c84
Коммит
c499bfad98
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче