[banshee] build: Fix --disable-ipod configure option
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Fix --disable-ipod configure option
- Date: Sat, 9 Apr 2011 16:50:05 +0000 (UTC)
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]