emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 952bd20: Remove the error-out test for with_harfbuzz


From: Lars Ingebrigtsen
Subject: master 952bd20: Remove the error-out test for with_harfbuzz
Date: Mon, 18 Nov 2019 02:24:59 -0500 (EST)

branch: master
commit 952bd2050d7a9b48ed4d7413248ef467d7992077
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove the error-out test for with_harfbuzz
    
    * 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 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0976b66..3b6a2a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]