summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvipdfmx/configure.ac')
-rw-r--r--Build/source/texk/xdvipdfmx/configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure.ac b/Build/source/texk/xdvipdfmx/configure.ac
index 90afef12e68..c5e11618762 100644
--- a/Build/source/texk/xdvipdfmx/configure.ac
+++ b/Build/source/texk/xdvipdfmx/configure.ac
@@ -82,25 +82,11 @@ if test "x$enable_texlive_build" != xyes || test ! -d $srcdir/../kpathsea; then
CHO_CHECK_LIBPAPER
fi
-dnl XXX we should do the check under Mac only
can_build=yes
-KPSE_CHECK_FRAMEWORK([ApplicationServices], [ATSFontRef fontRef])
-if test "x$kpse_cv_have_ApplicationServices" = xyes; then
- AC_DEFINE([XETEX_MAC], 1, [Define if part of a TeX Live build for Mac OS X.])
-fi
-
if test "x$can_build" = xyes; then
AC_DEFINE([XETEX], 1, [Define if part of a TeX Live build.])
-else
- AC_MSG_WARN([ApplicationServices framework not found. This version of
-xdvipdfmx requires ApplicationServices (on Mac OS X) to be available, otherwise
-it cannot support XeTeX output using standard system-installed fonts.])
- if test "x$enable_build" != xno; then
- AC_MSG_ERROR([exiting])
- fi
fi
AM_CONDITIONAL([build], [test "x$can_build" = xyes])
-AM_CONDITIONAL([build_MacOsX], [test "x$kpse_cv_have_ApplicationServices" = xyes])
AC_CONFIG_FILES([Makefile src/Makefile])