diff options
| author | Po Lu <luangruo@yahoo.com> | 2025-03-10 11:28:38 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2025-03-10 11:28:38 +0800 |
| commit | 02681b0fbf02913cd474e082f67649f14115e4a6 (patch) | |
| tree | ca41abef12bc4b33a0c985a98293921b05c6cb7f /configure.ac | |
| parent | c4a282316633bdc6a21077350650ecd97868934c (diff) | |
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.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9cd19bb6ae6..a3fc4e9fe5b 100644 --- a/configure.ac +++ b/configure.ac @@ -7865,9 +7865,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 |
