summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index df1e61a1d28..39ee636dade 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -52,6 +52,8 @@ AC_ARG_ENABLE(tetex-build, [ --enable-tetex-build build as part of a teTeX i
dnl FIXME:
test -d $srcdir/../kpathsea && enable_tetex_build=yes
+AM_CONDITIONAL([tetex_build], [test "x$enable_tetex_build" = xyes])
+
AC_ARG_WITH([kpathsea],
[AS_HELP_STRING([--without-kpathsea],
[build otftotfm without kpathsea])])