зеркало из https://github.com/mozilla/pjs.git
bug 116148, test if build env has FreeType2
r=cls
This commit is contained in:
Родитель
84171b60b1
Коммит
99aa225592
17
configure.in
17
configure.in
|
@ -2932,6 +2932,23 @@ fi
|
|||
|
||||
AC_SUBST(MOZ_CALENDAR)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = FreeType2
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(freetype2,
|
||||
[ --disable-freetype2 Disable FreeType2 support ],
|
||||
_NO_FREETYPE2=1 )
|
||||
|
||||
if test "$no_x" = "yes"; then
|
||||
_NO_FREETYPE2=1
|
||||
fi
|
||||
|
||||
if test -z "$_NO_FREETYPE2"; then
|
||||
AC_CHECK_FT2(7.0.1, [MOZ_ENABLE_FREETYPE2=1], [MOZ_ENABLE_FREETYPE2=])
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_ENABLE_FREETYPE2)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Xprint
|
||||
dnl ========================================================
|
||||
|
|
Загрузка…
Ссылка в новой задаче