mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 532112 - "fontconfig/fcfreetype.h not found during configure check" [r=bsmedberg]
This commit is contained in:
parent
98eaad2ea7
commit
3ca04ed168
@ -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