From d6db6077354c64afcd2145b4272e4c4459d436dd Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 10 Mar 2025 11:28:38 +0800 Subject: [PATCH] Don't claim that xftfont is being considered for deletion * configure.ac: Don't claim that Xft is being considered for deletion or that recent releases are buggy, or imply that HarfBuzz support is exclusive to Cairo. (cherry picked from commit 02681b0fbf02913cd474e082f67649f14115e4a6) --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c487f4a48ad..87a89009933 100644 --- a/configure.ac +++ b/configure.ac @@ -7896,9 +7896,8 @@ fi if test "${HAVE_XFT}" = yes; then AC_MSG_WARN([This configuration uses libXft, which has a number of - font rendering issues, and is being considered for removal in the - next release of Emacs. Please consider using Cairo graphics + - HarfBuzz text shaping instead (they are auto-detected if the + font rendering issues in its earlier releases. Please consider + using Cairo graphics instead (they are auto-detected if the relevant development headers are installed).]) fi -- 2.39.5