Enlightenment CVS committal Author : englebass Project : e_modules Module : echo
Dir : e_modules/echo Modified Files: configure.in Log Message: Don't build alsa subsystem when there is no alsa library installed. =================================================================== RCS file: /cvs/e/e_modules/echo/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- configure.in 12 Jan 2008 01:31:00 -0000 1.4 +++ configure.in 30 Jan 2008 16:53:58 -0000 1.5 @@ -72,9 +72,8 @@ if test "$have_alsa" = "yes"; then AC_DEFINE(HAVE_ALSA, 1, [Define if the ALSA output plugin should be built]) -else - have_alsa=no fi +AM_CONDITIONAL(BUILD_ALSA, test "$have_alsa" = "yes", [ Build alsa support ]) AC_SUBST(SOUND_CFLAGS) AC_SUBST(SOUND_LDFLAGS) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs