]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Set HAVE_XFT to no for summary if HAVE_CAIRO is yes.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 24 Jun 2019 22:24:37 +0000 (07:24 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 24 Jun 2019 22:24:37 +0000 (07:24 +0900)
configure.ac

index 0507f58054a53bdacd8ef2bbd558eacfe6889772..8ff0e21fbf6d46bf174e398f2cd965fac71f38c2 100644 (file)
@@ -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