From 84a2ccdbcb6bf95117eacd4b4343bbaf2a97d0dc Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Tue, 25 Aug 2026 12:02:20 +0100 Subject: [PATCH] build: warn that --enable-sixel is deprecated --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ff4e51542..ca741dce1 100644 --- a/configure.ac +++ b/configure.ac @@ -542,6 +542,7 @@ AC_ARG_ENABLE( AS_HELP_STRING(--enable-sixel, deprecated alias for --enable-images) ) if test "x$enable_sixel" = xyes; then + AC_MSG_WARN([--enable-sixel is deprecated, use --enable-images instead to enable.]) enable_images=yes fi if test "x$enable_images" = xyes; then