From ae4d4e1de6b4512576080e95896383887b30982f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 26 Aug 2012 14:27:44 -0400 Subject: [PATCH] Bug 53815 - CoreText backend doesn't link --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 47a7b2b..53721cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4