Index: configure.ac =================================================================== RCS file: /var/cvs/wine/configure.ac,v retrieving revision 1.309 diff -u -r1.309 configure.ac --- configure.ac 16 Sep 2004 20:34:27 -0000 1.309 +++ configure.ac 20 Sep 2004 10:34:43 -0000 @@ -1756,6 +1756,8 @@ AC_OUTPUT +echo +echo "Notes:" if test "$have_x" = "no" then echo @@ -1781,6 +1783,21 @@ echo "*** enable Wine to use TrueType fonts." fi +if test -z "$ALSALIBS" +then + echo "*** Alsa not detected. The winealsa.drv.so driver will be a dummy." +fi + +if test -z "$NASLIBS" +then + echo "*** NAS not detected. The winenas.drv.so driver will be a dummy." +fi + +if test -z "$ICULIBS" +then + echo "*** ICU not detected. Building without bidi support." +fi + echo echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine." echo