aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b6a2a6d167..0976b665e66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3469,6 +3469,11 @@ if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \
3469 fi 3469 fi
3470fi 3470fi
3471 3471
3472# The user explicitly asked for HarfBuzz, but it won't be used.
3473if 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?]);
3475fi
3476
3472### End of font-backend section. 3477### End of font-backend section.
3473 3478
3474AC_SUBST(FREETYPE_CFLAGS) 3479AC_SUBST(FREETYPE_CFLAGS)