devilhorns pushed a commit to branch master.

commit b1c2ede51ca391b3dadea3ab5a57e9e7926733cb
Author: Chris <[email protected]>
Date:   Sun Jun 23 13:09:55 2013 +0100

    Define HAVE_MUSIC_CONTROL to false by default.
    
    NB: Fixes an error that HAVE_MUSIC_CONTROL was never defined if you
    pass --disable-music-control to configure
    
    Signed-off-by: Chris <[email protected]>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c691214..20c6d86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -672,7 +672,7 @@ define([CHECK_MODULE_TEMPERATURE],
   AC_E_CHECK_PKG(TEMPERATURE, [ ecore >= $efl_version ecore-file >= 
$efl_version eina >= $efl_version ], [], [TEMPERATURE=false])
 ])
 
-AM_CONDITIONAL(MUSIC_CONTROL, false)
+AM_CONDITIONAL(HAVE_MUSIC_CONTROL, false)
 define([CHECK_MODULE_MUSIC_CONTROL],
 [
   AC_E_CHECK_PKG(MUSIC_CONTROL, [ ecore >= $efl_version eina >= $efl_version 
eldbus ], [], [MUSIC_CONTROL=false])

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to