From 3db1d34264d9405c7356668aa3c8ed3ab103da3c Mon Sep 17 00:00:00 2001 From: Romain Ouabdelkader Date: Thu, 21 Dec 2017 14:39:34 +0100 Subject: [PATCH] link with CoreFoundation when using CoreText --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f24627ff..0227166f0 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,7 @@ if test "x$with_coretext" = "xyes" -o "x$with_coretext" = "xauto"; then if $have_coretext; then CORETEXT_CFLAGS= - CORETEXT_LIBS="-framework CoreText -framework CoreGraphics" + CORETEXT_LIBS="-framework CoreText -framework CoreGraphics -framework CoreFoundation" AC_SUBST(CORETEXT_CFLAGS) AC_SUBST(CORETEXT_LIBS) fi