Minor configure.ac output display correction testing for octave

This commit is contained in:
William S Fulton 2020-05-31 15:03:20 +01:00
commit ac3f668c83

View file

@ -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