summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2f41d55..9eaec91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,13 @@ AC_ARG_WITH(fontdir,
AC_SUBST(FONTDIR)
AC_PATH_PROG(MKFONTSCALE, mkfontscale)
+if test x"$MKFONTSCALE" = x; then
+ AC_MSG_ERROR([mkfontscale is required to build misc-meltho fonts.])
+fi
AC_PATH_PROG(MKFONTDIR, mkfontdir)
+if test x"$MKFONTDIR" = x; then
+ AC_MSG_ERROR([mkfontdir is required to build misc-meltho fonts.])
+fi
AC_PATH_PROG(FCCACHE, fc-cache)
XORG_RELEASE_VERSION