configure: Warn if the fonts aren't going to be built.
diff --git a/configure b/configure
index 3c49fb4..9bffafd 100755
--- a/configure
+++ b/configure
@@ -10304,6 +10304,9 @@
then
FONTSSUBDIRS="fonts"
+ wine_cv_msg_fonts=no
+else
+ wine_cv_msg_fonts=yes
fi
echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
@@ -20859,6 +20862,13 @@
echo "*** enable Wine to use TrueType fonts."
fi
+if test "$wine_cv_msg_fonts" = "yes"
+then
+ echo
+ echo "*** Warning: Freetype or Fontforge is missing."
+ echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
+fi
+
if test -z "$ALSALIBS" -a \
-z "$ARTSC_LIBS" -a \
-z "$AUDIOIOLIBS" -a \