summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-02-19 13:03:32 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-02-19 13:03:32 +0000
commit131edca4d85f78c64c1793725546350fc9ca62b2 (patch)
tree247ceabae73f13c2dac4b2075a17772562f25ed2 /Build/source/texk/web2c/configure.ac
parentd488d82182dec3783b97d3db97b983fb43434baa (diff)
Include the correct headers in the test
git-svn-id: svn://tug.org/texlive/trunk@29165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 682d10f8db0..1bab985a477 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -133,11 +133,11 @@ fi
AC_SUBST([lua_socketlibs])
AC_SUBST([ipc_socketlibs])
-KPSE_CHECK_FRAMEWORK([Cocoa], [CTFontRef font])
+KPSE_CHECK_FRAMEWORK([ApplicationServices], [CTFontRef font])
KPSE_FONTCONFIG_FLAGS
-AS_IF([test "x$kpse_cv_have_Cocoa:$kpse_cv_have_fontconfig" = xno:no],
- [WEB2C_DISABLE([xetex], [neither Cocoa framework nor fontconfig library])])
-AM_CONDITIONAL([XETEX_MACOSX], [test "x$kpse_cv_have_Cocoa" = xyes])
+AS_IF([test "x$kpse_cv_have_ApplicationServices:$kpse_cv_have_fontconfig" = xno:no],
+ [WEB2C_DISABLE([xetex], [neither ApplicationServices framework nor fontconfig library])])
+AM_CONDITIONAL([XETEX_MACOSX], [test "x$kpse_cv_have_ApplicationServices" = xyes])
dnl Generate *TEX and ALEPH conditionals.
m4_foreach([Kpse_Prog], [kpse_tex_progs],