summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-03 15:52:21 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-03 15:52:21 +0000
commitecc236ebbdd4f9d15b1513f58626dbb127963321 (patch)
tree57b4e43edfe3c9759729787a444f126d48c62020 /Build/source/configure.ac
parent24deaaa61ff97455011a65667fd4fe7157c81b40 (diff)
do not automatically run 'make check' when cross compiling
git-svn-id: svn://tug.org/texlive/trunk@17303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index 4f73175ebc1..783b4ba1a9b 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -114,6 +114,8 @@ KPSE_RESTORE_FLAGS
AM_CONDITIONAL([build_kpathsea],
[test "x$need_kpathsea" = xyes && test "x$with_system_kpathsea" != xyes])
+AM_CONDITIONAL([cross_compiling], [test "x$cross_compiling" = xyes])
+
AC_CONFIG_SUBDIRS([auxdir/auxsub texk/kpathsea libs utils texk])
AC_CONFIG_FILES([Makefile])
@@ -142,7 +144,7 @@ AC_MSG_RESULT([
** Configuration summary for $PACKAGE_STRING:
$msg_compiling])
-case $kpse_bld$kpse_bld in
+case $kpse_src$kpse_bld in
*' '*) AC_MSG_ERROR([Absolute source and/or build path with embedded spaces]);;
esac
AC_MSG_RESULT([