diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-12 15:18:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-12 15:18:38 +0000 |
commit | 8fb9831f2e5e1dcf6fc44dff6b3b2297384954f7 (patch) | |
tree | eba9bab7329568454f94411cb30b7665d846223d /Build/source/utils/xindy | |
parent | f15a77f41fb15327e9a6d4a06ac6466ede97973a (diff) |
build system: disable cross compilation of xindy
git-svn-id: svn://tug.org/texlive/trunk@15994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/ac/withenable.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/ac/withenable.ac b/Build/source/utils/xindy/ac/withenable.ac index 80ba2394ff0..bfd1f606896 100644 --- a/Build/source/utils/xindy/ac/withenable.ac +++ b/Build/source/utils/xindy/ac/withenable.ac @@ -4,5 +4,5 @@ dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl ## configure options and TL libraries required for xindy -KPSE_ENABLE_PROG([xindy], , [disable]) +KPSE_ENABLE_PROG([xindy], , [disable native]) m4_include(kpse_TL[utils/xindy/ac/xindy.ac]) |