diff options
Diffstat (limited to 'Build/source/libs/graphite/ac/withenable.ac')
-rw-r--r-- | Build/source/libs/graphite/ac/withenable.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/libs/graphite/ac/withenable.ac b/Build/source/libs/graphite/ac/withenable.ac deleted file mode 100644 index d91792f3f81..00000000000 --- a/Build/source/libs/graphite/ac/withenable.ac +++ /dev/null @@ -1,12 +0,0 @@ -## libs/graphite/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite/ -dnl -dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> -dnl You may freely use, modify and/or distribute this file. -dnl -## XeTeX can be built without graphite support -AC_ARG_WITH([graphite], - AS_HELP_STRING([--without-graphite], - [build XeTeX without graphite support])) -test "x$with_graphite" = xno && need_graphite=no -## configure options and TL libraries required for graphite -KPSE_WITH_LIB([graphite]) |