Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: configure.in Log Message: Be sure to set the have_alsa variable if we actually have it :) =================================================================== RCS file: /cvs/e/e_modules/mixer/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- configure.in 14 Sep 2006 14:14:45 -0000 1.6 +++ configure.in 14 Sep 2006 14:36:14 -0000 1.7 @@ -155,7 +155,8 @@ if test "x$uname" = "xLinux"; then PKG_CHECK_MODULES(ALSA, [alsa >= 1.0.9], [ SOUND_CFLAGS="$ALSA_CFLAGS -DHAVE_ALSA $SOUND_CFLAGS" - SOUND_LDFLAGS="$ALSA_LIBS $SOUND_LDFLAGS" ], + SOUND_LDFLAGS="$ALSA_LIBS $SOUND_LDFLAGS" + have_alsa=yes ], [ if test "x$enable_alsa" = "xyes"; then AC_MSG_ERROR([alsa library >= 1.0.9 not found]) fi ]) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs