Skip to content

Commit ac3f668

Browse files
committed
Minor configure.ac output display correction testing for octave
1 parent 64e2c43 commit ac3f668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ if test -n "$OCTAVE"; then
10911091
AS_IF([test "x`${OCTAVE} --version 2>/dev/null | sed -n -e '1p' | sed -n -e '/Octave, version/p'`" != x],[
10921092
AC_MSG_RESULT([yes])
10931093
],[
1094-
AC_MSG_NOTICE([no])
1094+
AC_MSG_RESULT([no])
10951095
OCTAVE=
10961096
])
10971097
fi

0 commit comments

Comments
 (0)