summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
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([