Bug 53815 - CoreText backend doesn't link

This commit is contained in:
Behdad Esfahbod 2012-08-26 14:27:44 -04:00
parent ec0e46376a
commit ae4d4e1de6
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ dnl ===========================================================================
AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false)
if $have_coretext; then
CORETEXT_CFLAGS=
CORETEXT_LIBS=
CORETEXT_LIBS="-framework ApplicationServices"
AC_SUBST(CORETEXT_CFLAGS)
AC_SUBST(CORETEXT_LIBS)
AC_DEFINE(HAVE_CORETEXT, 1, [Have Core Text backend])