diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx/configure.in')
-rw-r--r-- | Build/source/texk/xdvipdfmx/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure.in b/Build/source/texk/xdvipdfmx/configure.in index 7a62cbbb901..179e2823b6c 100644 --- a/Build/source/texk/xdvipdfmx/configure.in +++ b/Build/source/texk/xdvipdfmx/configure.in @@ -106,8 +106,10 @@ AC_CHECK_SIZEOF(long) dnl Check for additonal libraries. -CHO_HAS_LIBFONTCONFIG JFK_HAS_APP_SERVICES +if test "x$have_app_services" = xno; then + CHO_HAS_LIBFONTCONFIG +fi # check that it's valid to define XETEX and possibly XETEX_MAC if test "x$have_app_services" = xyes; then |