Newer
Older
if test "$wine_cv_msg_freetype" = "yes"
then
echo >&2
AC_MSG_WARN([Your system appears to have the FreeType 2 runtime libraries])
AC_MSG_WARN([installed, but 'freetype-config' is not in your PATH. Install])
AC_MSG_WARN([the freetype-devel package (or its equivalent on your distribution)])
AC_MSG_WARN([to enable Wine to use TrueType fonts.])

Alexandre Julliard
committed
if test -z "$FONTSSUBDIRS"
echo >&2

Alexandre Julliard
committed
if test "$FONTFORGE" = "false"
then
AC_MSG_WARN([FontForge is missing.])

Alexandre Julliard
committed
else
AC_MSG_WARN([FreeType is missing.])

Alexandre Julliard
committed
fi
AC_MSG_WARN([Fonts will not be built. Dialog text may be invisible or unaligned.])
if test -z "$ALSALIBS" -a \
-z "$ARTSC_LIBS" -a \
-z "$AUDIOIOLIBS" -a \
-z "$NASLIBS" -a \
-z "$ESD_LIBS" -a \
-z "$ac_cv_lib_soname_jack" -a \
"$ac_cv_header_sys_soundcard_h" != "yes" -a \
"$ac_cv_header_machine_soundcard_h" != "yes" -a \
"$ac_cv_header_soundcard_h" != "yes"
echo >&2
AC_MSG_WARN([No sound system was found. Windows applications will be silent.])
AC_MSG_WARN([The currently supported sound systems are:])
AC_MSG_WARN([ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS])
echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."
echo
dnl Local Variables:
dnl comment-start: "dnl "
dnl comment-end: ""
dnl comment-start-skip: "\\bdnl\\b\\s *"
dnl compile-command: "autoconf && autoheader"