diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-19 11:37:58 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-19 11:37:58 +0000 |
commit | f3afa6f6cd8643e3d00701ae4beb93a9ed56b3a7 (patch) | |
tree | dc0eb3b692b589b1d4ab9a8095287d104d217a53 /Build | |
parent | 3a98c608aed6ef525f9beb0d158b980ca6916f4d (diff) |
I forgot to update configure.ac
git-svn-id: svn://tug.org/texlive/trunk@29162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index af46b72eb19..682d10f8db0 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([Carbon], [ATSUStyle style]) +KPSE_CHECK_FRAMEWORK([Cocoa], [CTFontRef font]) KPSE_FONTCONFIG_FLAGS -AS_IF([test "x$kpse_cv_have_Carbon:$kpse_cv_have_fontconfig" = xno:no], - [WEB2C_DISABLE([xetex], [neither Carbon framework nor fontconfig library])]) -AM_CONDITIONAL([XETEX_MACOSX], [test "x$kpse_cv_have_Carbon" = xyes]) +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]) dnl Generate *TEX and ALEPH conditionals. m4_foreach([Kpse_Prog], [kpse_tex_progs], |