diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-18 13:33:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-18 13:33:20 +0000 |
commit | 793906fc9c8212552f260f828417697e8d6988cb (patch) | |
tree | c482f184dd4f8051fabbb93d9a5deb9eb3c5558f /Build/source/configure.ac | |
parent | 8e31e7e6203fe17faed3ff44046dc99d9ce31779 (diff) |
build system: cleanup xindy, remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r-- | Build/source/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac index 03315c9427f..eca95c13906 100644 --- a/Build/source/configure.ac +++ b/Build/source/configure.ac @@ -85,6 +85,7 @@ fi dnl We check that all required system libraries are usable, and may dnl reduce frustration if anything is wrong by doing this first. +KPSE_SAVE_FLAGS syslib_status=yes KPSE_ALL_SYSTEM_FLAGS KPSE_FOR_PKGS([syslib], @@ -93,6 +94,7 @@ KPSE_FOR_PKGS([syslib], if test "x$syslib_status" = xno; then AC_MSG_ERROR([some requested system libraries failed]) fi +KPSE_RESTORE_FLAGS AS_IF([test "x$cross_compiling:$enable_xetex" = xyes:yes], [AC_MSG_ERROR([Sorry, can not cross compile icu libraries required for XeTeX])]) |