From 0b232482a4ad0c82aede8ebd346b3148174b3177 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Thu, 26 Oct 2017 22:34:03 +0300 Subject: Don't link Core Text font provider to unneeded CoreGraphics framework --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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( -- cgit v1.2.3