Newer
Older

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"