* configure.ac: Set HAVE_XFT to no for summary if HAVE_CAIRO is yes.
This commit is contained in:
parent
d3ae5e1836
commit
6e27086941
1 changed files with 2 additions and 0 deletions
|
@ -3353,6 +3353,8 @@ if test "${HAVE_X11}" = "yes"; then
|
|||
EMACS_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.2.0])
|
||||
|
||||
test "$HAVE_FONTCONFIG" = "no" && AC_MSG_ERROR(cairo requires libfontconfig)
|
||||
dnl For the "Does Emacs use" message at the end.
|
||||
HAVE_XFT=no
|
||||
else
|
||||
## Use -lXft if available, unless '--with-xft=no'.
|
||||
HAVE_XFT=maybe
|
||||
|
|
Loading…
Add table
Reference in a new issue