diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx/m4/jfk-macos.m4')
-rw-r--r-- | Build/source/texk/xdvipdfmx/m4/jfk-macos.m4 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Build/source/texk/xdvipdfmx/m4/jfk-macos.m4 b/Build/source/texk/xdvipdfmx/m4/jfk-macos.m4 deleted file mode 100644 index fc5a2bcae06..00000000000 --- a/Build/source/texk/xdvipdfmx/m4/jfk-macos.m4 +++ /dev/null @@ -1,25 +0,0 @@ -# jfk-macos.m4 - Mac OS X ApplicationServices framework -# Copyright (C) 2005 - 2008 Jonathan Kew <jonathan_kew@sil.org> -# SIL International -# -# This file is free software; the copyright holders -# give unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# JFK_HAS_APP_SERVICES -# -------------------- -# Check for ApplicationServices -AC_DEFUN([JFK_HAS_APP_SERVICES], -[AC_MSG_CHECKING([for Mac OS X ApplicationServices framework]) - AC_TRY_COMPILE( - [#include <ApplicationServices/ApplicationServices.h>], - [ATSFontRef fontRef;], - [have_app_services=yes - AC_DEFINE([HAVE_APP_SERVICES], 1, [Define if you have Mac OS X ApplicationServices]) - LIBS="$LIBS -framework ApplicationServices"], - [have_app_services=no]) - AC_MSG_RESULT([$have_app_services]) -])# JFK_HAS_APP_SERVICES - |