Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        configure.in 


Log Message:
Make this AC_MSG_ERROR for now as we only will support alsa for the time
being, and without it fail the build.

===================================================================
RCS file: /cvs/e/e_modules/mixer/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        7 Sep 2006 14:15:04 -0000       1.3
+++ configure.in        7 Sep 2006 14:20:07 -0000       1.4
@@ -151,8 +151,7 @@
                [ 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.9 not found])
-                    NOT_FOUND="$NOT_FOUND alsa,library,>=,1.0.9"
+                    AC_MSG_ERROR([alsa library >= 1.0.9 not found])
                  fi ])
 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

Reply via email to