Note SIXEL at end of configure as well.

This commit is contained in:
Nicholas Marriott
2026-07-29 11:10:49 +01:00
parent c6d02d54d1
commit d6c37ce314

View File

@@ -1137,6 +1137,11 @@ if test "x$enable_asan" = xyes; then
else
AC_MSG_NOTICE([ASAN: off])
fi
if test "x$enable_sixel" = xyes; then
AC_MSG_NOTICE([SIXEL: on])
else
AC_MSG_NOTICE([SIXEL: off])
fi
if test "x$enable_debug" = xyes; then
AC_MSG_NOTICE([debug: on])
else