diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx/configure.ac')
-rw-r--r-- | Build/source/texk/xdvipdfmx/configure.ac | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure.ac b/Build/source/texk/xdvipdfmx/configure.ac index 42db8cd80ee..280c10f4089 100644 --- a/Build/source/texk/xdvipdfmx/configure.ac +++ b/Build/source/texk/xdvipdfmx/configure.ac @@ -61,15 +61,12 @@ CHO_CHECK_LIBFREETYPE([xdvipdfmx]) KPSE_RESTORE_FLAGS -dnl We do not provide the configure option '--enable-tetex-build', but may -dnl inherit enable_tetex_build when part of a teTeX / TeX Live installation. -dnl If not, check for libpaper. -if test "x$enable_tetex_build" != xyes || test ! -d $srdir/../kpathsea; then +dnl Check for additional libraries. + +if test "x$enable_texlive_build" != xyes || test ! -d $srdir/../kpathsea; then CHO_CHECK_LIBPAPER fi -dnl Check for additional libraries. - KPSE_CHECK_FRAMEWORK([ApplicationServices], [ATSFontRef fontRef]) KPSE_FONTCONFIG_FLAGS if test "x$kpse_cv_have_ApplicationServices" = xyes; then |