]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the error-out test for with_harfbuzz
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Nov 2019 07:24:52 +0000 (08:24 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Nov 2019 07:24:52 +0000 (08:24 +0100)
* configure.ac (HAVE_HARFBUZZ): Remove the check for explicit
harfbuzz -- have_harfbuzz defaults to "yes", so we have no way of
checking whether the user really asked for it, apparently.

configure.ac

index 0976b665e66d9337dec92c30d1643a6149adf70e..3b6a2a6d167b6541131744d6bcddc92590b7917c 100644 (file)
@@ -3469,11 +3469,6 @@ if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \
   fi
 fi
 
-# The user explicitly asked for HarfBuzz, but it won't be used.
-if test "${with_harfbuzz}" == "yes" && test "$HAVE_HARFBUZZ" != "yes"; then
-   AC_MSG_ERROR([HarfBuzz wanted, but won't be used.  Maybe some library files are missing?]);
-fi
-
 ### End of font-backend section.
 
 AC_SUBST(FREETYPE_CFLAGS)