From ecc236ebbdd4f9d15b1513f58626dbb127963321 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 3 Mar 2010 15:52:21 +0000 Subject: do not automatically run 'make check' when cross compiling git-svn-id: svn://tug.org/texlive/trunk@17303 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/configure.ac') 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([ -- cgit v1.2.3