Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: configure.in Log Message: Some formatting of the configure.in. Oh, and downgrade required alsa version for fangy :) =================================================================== RCS file: /cvs/e/e_modules/mixer/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 7 Sep 2006 14:11:09 -0000 1.2 +++ configure.in 7 Sep 2006 14:15:04 -0000 1.3 @@ -142,18 +142,18 @@ dnl Check for Alsa AC_ARG_ENABLE(alsa, - AC_HELP_STRING([--enable-alsa], [enable support for alsa(default=autodetect)]), - [ enable_alsa=$enableval ], - [ enable_alsa=default ]) + AC_HELP_STRING([--enable-alsa], + [enable support for alsa(default=autodetect)]), + [ enable_alsa=$enableval ], [ enable_alsa=default ]) if test "x$enable_alsa" = "xdefault" || test "x$enable_alsa" = "xyes"; then - AM_PATH_ALSA(1.0.11, + AM_PATH_ALSA(1.0.9, [ SOUND_CFLAGS="$ALSA_CFLAGS -DHAVE_ALSA $SOUND_CFLAGS" SOUND_LDFLAGS="$ALSA_LIBS $SOUND_LDFLAGS" ], [ if test "x$enable_alsa" = "xyes"; then - AC_MSG_WARN([alsa library >= 1.0.11 not found]) - NOT_FOUND="$NOT_FOUND alsa,library,>=,1.0.11" - fi ]) + AC_MSG_WARN([alsa library >= 1.0.9 not found]) + NOT_FOUND="$NOT_FOUND alsa,library,>=,1.0.9" + fi ]) fi AC_SUBST(SOUND_CFLAGS) ------------------------------------------------------------------------- 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