mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 532112 - "fontconfig/fcfreetype.h not found during configure check" [r=bsmedberg]
This commit is contained in:
parent
805138bcae
commit
29008433c6
@ -8113,7 +8113,7 @@ fi # COMPILE_ENVIRONMENT
|
||||
if test "$USE_FC_FREETYPE"; then
|
||||
if test "$COMPILE_ENVIRONMENT"; then
|
||||
_SAVE_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $FT2_CFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $FT2_CFLAGS $XCFLAGS"
|
||||
AC_CHECK_HEADERS(fontconfig/fcfreetype.h, ,
|
||||
[AC_MSG_ERROR(Can't find header fontconfig/fcfreetype.h.)])
|
||||
CPPFLAGS="$_SAVE_CPPFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user