diff --git a/configure.ac b/configure.ac index 549f4a3b3..b09bc5d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -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