From 33a1d9896f2dc7d31b8c0b97feed33b902aeee27 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Thu, 19 Dec 2019 12:11:24 +0200 Subject: testing: list the tests that failed --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4e144a79..1d34b74e 100644 --- a/configure.ac +++ b/configure.ac @@ -262,9 +262,8 @@ AC_PATH_PROG([RUST_BIN], [rustc]) AC_PATH_PROG([JULIA_BIN], [julia]) AC_PATH_PROG([GNUSTEP_CONFIG], [gnustep-config]) -echo -n "checking if julia is able to run programs ... " - if test "x$JULIA_BIN" != x; then + echo -n "checking if julia is able to run programs ... " echo 'println( "can run julia programs" );' > conftest.jl if sh -c "$JULIA_BIN conftest.jl" >>config.log 2>&1; then echo "yes" -- cgit v1.2.1