Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in Log Message: Deactivate more code when disabling sound. =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.224 retrieving revision 1.225 diff -u -3 -r1.224 -r1.225 --- configure.in 19 Aug 2007 19:28:23 -0000 1.224 +++ configure.in 23 Aug 2007 18:48:20 -0000 1.225 @@ -109,6 +109,9 @@ AC_MSG_WARN([Sound support was requested but not found.]) ]) fi +if test "x$enable_sound" = "xyes"; then + AC_DEFINE(HAVE_SOUND, 1, [Sound support]) +fi CPPFLAGS="$X_CFLAGS $CPPFLAGS" LDFLAGS="$X_LIBS $LDFLAGS -L$prefix/lib" ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs