blob: 6f0226ae75d1c763ea7429ebbbc6dfa71f7fbbba [file] [log] [blame]
--- configure 2007-05-09 14:01:27.000000000 -0700
+++ configure 2016-06-27 12:58:06.797149679 -0700
@@ -36462,7 +36462,7 @@
{ echo "$as_me:$LINENO: result: Unable to locate check version 0.9.3 or higher: not building" >&5
echo "${ECHO_T}Unable to locate check version 0.9.3 or higher: not building" >&6; }
fi
- if test "$have_check" = yes; then
+ if test "$have_check" = yes && test "$cross_compiling" != yes; then
HAVE_CHECK_TRUE=
HAVE_CHECK_FALSE='#'
else
--- configure.ac 2007-05-09 12:19:10.000000000 -0700
+++ configure.ac 2016-06-27 12:52:58.329202628 -0700
@@ -450,7 +450,7 @@
if test "$have_scintilla" != "yes"; then
AC_MSG_RESULT([Unable to locate check version 0.9.3 or higher: not building])
fi
-AM_CONDITIONAL([HAVE_CHECK], [test "$have_check" = yes])
+AM_CONDITIONAL([HAVE_CHECK], [test "$have_check" = yes && test "$cross_compiling" != yes])
dnl Checks for typedefs, structures and compiler characteristics.
AC_PROG_LD