diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 15:24:50 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 15:24:50 +0000 |
commit | 0837c936f183c287dc3feefbcd852b9b285acf47 (patch) | |
tree | d24502eb8f8a1b876a6f43b8efad7fef8dd365e4 /Build/source/libs/configure.in | |
parent | 4bc90058ad7b1cf552cf77fcb48eaad0cbea32a5 (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/libs/configure.in')
-rw-r--r-- | Build/source/libs/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in index 383b668bf24..08d22036d5d 100644 --- a/Build/source/libs/configure.in +++ b/Build/source/libs/configure.in @@ -69,7 +69,7 @@ fi if test "x$needs_teckit" != xno; then AC_CONFIG_SUBDIRS([teckit]) fi -if test "x$needs_graphite_engine" != xno; then +if test "x$needs_graphite" != xno; then AC_CONFIG_SUBDIRS([graphite-engine]) fi if test "x$needs_obsdcompat" != xno; then |