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