summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-26 16:43:09 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-26 16:43:09 +0200
commit7595234119adcda6e060fef31b3424589bf634df (patch)
tree7c8a328c7607c7d964980cb416b352970df4eaf2 /configure.ac
parent7856bca6a0e5e5e046a07118dda4c7feebbc08e6 (diff)
downloadcolm-7595234119adcda6e060fef31b3424589bf634df.tar.gz
disable julia tests until we can sort out changes
The Julia language has changed enough to break our tests. Disable them for now. refs #91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8717dd6a..2a124740 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,12 @@ if test "x$JULIA_BIN" != x; then
fi
dnl
+dnl Disable julia tests until we can sort out how to adapt to the changes to
+dnl the language that are in more recent distros.
+dnl
+JULIA_BIN=""
+
+dnl
dnl The ASM tests have been based off of sources that are non-relocatable
dnl These won't assemble on some systems (with the right architecture). Check
dnl our specific flavour of ASM now so we can avoid some test failures.