[banshee] build: Fix --disable-ipod configure option



commit dbf8f6b464964c696fd66b47dded1574b922ae82
Author: Chow Loong Jin <hyperair ubuntu com>
Date:   Sun Apr 10 00:28:21 2011 +0800

    build: Fix --disable-ipod configure option
    
    Don't set enable_ipod=yes when --disable-ipod is used
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 build/m4/banshee/dap-ipod.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/banshee/dap-ipod.m4 b/build/m4/banshee/dap-ipod.m4
index 8dbe5da..0873891 100644
--- a/build/m4/banshee/dap-ipod.m4
+++ b/build/m4/banshee/dap-ipod.m4
@@ -2,7 +2,7 @@ AC_DEFUN([BANSHEE_CHECK_DAP_IPOD],
 [
 	IPODSHARP_REQUIRED=0.8.5
 
-	AC_ARG_ENABLE(ipod, AC_HELP_STRING([--enable-ipod], [Enable legacy ipod-sharp DAP support]), enable_ipod="yes", enable_ipod="no")
+	AC_ARG_ENABLE(ipod, AC_HELP_STRING([--enable-ipod], [Enable legacy ipod-sharp DAP support]), , enable_ipod="no")
 
 	if test "x$enable_ipod" = "xyes"; then
 		enable_ipodsharp="${enable_ipod}"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]