diff options
| author | Lars Ingebrigtsen | 2019-11-18 08:24:52 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-18 08:24:52 +0100 |
| commit | 952bd2050d7a9b48ed4d7413248ef467d7992077 (patch) | |
| tree | 00fab01bfa9d03dca5ae894ea214477fa35c3499 | |
| parent | 0b47d731c08d0d5d4ba4a0c31f9be1152fd8c2c8 (diff) | |
| download | emacs-952bd2050d7a9b48ed4d7413248ef467d7992077.tar.gz emacs-952bd2050d7a9b48ed4d7413248ef467d7992077.zip | |
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.
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 0976b665e66..3b6a2a6d167 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3469,11 +3469,6 @@ if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \ | |||
| 3469 | fi | 3469 | fi |
| 3470 | fi | 3470 | fi |
| 3471 | 3471 | ||
| 3472 | # The user explicitly asked for HarfBuzz, but it won't be used. | ||
| 3473 | if test "${with_harfbuzz}" == "yes" && test "$HAVE_HARFBUZZ" != "yes"; then | ||
| 3474 | AC_MSG_ERROR([HarfBuzz wanted, but won't be used. Maybe some library files are missing?]); | ||
| 3475 | fi | ||
| 3476 | |||
| 3477 | ### End of font-backend section. | 3472 | ### End of font-backend section. |
| 3478 | 3473 | ||
| 3479 | AC_SUBST(FREETYPE_CFLAGS) | 3474 | AC_SUBST(FREETYPE_CFLAGS) |