summaryrefslogtreecommitdiff
path: root/Build/source/configure.in
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-06-03 15:24:50 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-06-03 15:24:50 +0000
commit0837c936f183c287dc3feefbcd852b9b285acf47 (patch)
treed24502eb8f8a1b876a6f43b8efad7fef8dd365e4 /Build/source/configure.in
parent4bc90058ad7b1cf552cf77fcb48eaad0cbea32a5 (diff)
patch to support --without-graphite for building xetex with older compilers
git-svn-id: svn://tug.org/texlive/trunk@8521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-rw-r--r--Build/source/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in
index 45bb670302e..f1d9b408d69 100644
--- a/Build/source/configure.in
+++ b/Build/source/configure.in
@@ -103,6 +103,7 @@ sinclude(libs/freetype2/withenable.ac)
sinclude(libs/gd/withenable.ac)
sinclude(libs/icu-xetex/withenable.ac)
sinclude(libs/teckit/withenable.ac)
+sinclude(libs/graphite-engine/withenable.ac)
NCURSESDIR=libs/ncurses
LIBT1DIR=libs/t1lib
@@ -202,8 +203,9 @@ test "$with_xetex" != no && : ${needs_icu=yes}
: ${needs_icu=no}
export needs_icu
-# we need graphite for xetex
+# we need graphite for xetex, unless specifically disabled
test ! -d $srcdir/$GRAPHITEDIR && : ${needs_graphite=no}
+test "$with_graphite" = no && : ${needs_graphite=no}
test "$with_xetex" != no && : ${needs_graphite=yes}
: ${needs_graphite=no}
export needs_graphite