Bug 532112 - "fontconfig/fcfreetype.h not found during configure check" [r=bsmedberg]

This commit is contained in:
Hanspeter Niederstrasser 2009-12-03 02:16:36 -06:00
parent 98eaad2ea7
commit 3ca04ed168

View File

@ -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"