From: Oleg Oshmyan Date: Thu, 26 Oct 2017 19:34:03 +0000 (+0300) Subject: Don't link Core Text font provider to unneeded CoreGraphics framework X-Git-Tag: 0.14.0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b232482a4ad0c82aede8ebd346b3148174b3177;p=libass Don't link Core Text font provider to unneeded CoreGraphics framework --- diff --git a/configure.ac b/configure.ac index 28f4b59..8280beb 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ OLDLIBS="$LIBS" # Linking to CoreText directly only works from Mountain Lion and iOS6. In # earlier OS releases CoreText was part of the ApplicationServices umbrella # framework. -LIBS="$LIBS -framework CoreText -framework CoreFoundation -framework CoreGraphics" +LIBS="$LIBS -framework CoreText -framework CoreFoundation" AC_MSG_CHECKING([for CORETEXT]) AC_LINK_IFELSE([ AC_LANG_PROGRAM(