summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-03 19:00:12 +0000
committerKarl Berry <karl@freefriends.org>2009-09-03 19:00:12 +0000
commitd9f50b76c000db55ad87b220a8ff952bd5ff0d3d (patch)
tree08102620efb5e975d728e6f60f6b78fbf2e0afc6 /Build/source/texk/lcdf-typetools/configure.ac
parent49245379eb8b00560962d54a49e46ac0f468c68d (diff)
AC_DEFINE(HAVE_KPATHSEA), else glyphlist.txt/texnansx.enc not found, etc.; tlbuild mail from John Owens, 31 Aug 2009 14:34:39
git-svn-id: svn://tug.org/texlive/trunk@15035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index e66ac466815..a81052d82d7 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -76,7 +76,7 @@ if test "x$with_kpathsea" != xno; then
with_kpathsea=no])
if test "x$with_kpathsea" = xno; then
- KPSE_MSG_ERROR([lcdf-typetools], [
+ KPSE_MSG_ERROR([lcdf-typetools], [
=========================================
I can't find the kpathsea header and/or library files. Tell me where to look
@@ -86,6 +86,7 @@ disable support using --without-kpathsea.
=========================================])
fi
+ AC_DEFINE(HAVE_KPATHSEA, 1, [Define if you want to use kpathsea.])
fi
AM_CONDITIONAL([have_kpathsea], [test "x$with_kpathsea" != xno])