From ac3f668c8322a89720ae277ce03ba2fb9e9a5f65 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 31 May 2020 15:03:20 +0100 Subject: [PATCH] Minor configure.ac output display correction testing for octave --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 336460889..44e715db4 100644 --- a/configure.ac +++ b/configure.ac @@ -1091,7 +1091,7 @@ if test -n "$OCTAVE"; then AS_IF([test "x`${OCTAVE} --version 2>/dev/null | sed -n -e '1p' | sed -n -e '/Octave, version/p'`" != x],[ AC_MSG_RESULT([yes]) ],[ - AC_MSG_NOTICE([no]) + AC_MSG_RESULT([no]) OCTAVE= ]) fi