[banshee/stable-1.6] [build] Use [[ and ]] for condition in dap-ipod.m4
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.6] [build] Use [[ and ]] for condition in dap-ipod.m4
- Date: Sun, 11 Apr 2010 16:13:52 +0000 (UTC)
commit a20fbd594918de82541f00a445c076a04f358eb3
Author: Chow Loong Jin <hyperair ubuntu com>
Date: Fri Apr 2 03:29:45 2010 +0800
[build] Use [[ and ]] for condition in dap-ipod.m4
[ and ] are clobbered by m4 expansion, and so configure complains about
a missing "-r" command during the ipod check.
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 a83e4c0..ccc0894 100644
--- a/build/m4/banshee/dap-ipod.m4
+++ b/build/m4/banshee/dap-ipod.m4
@@ -19,7 +19,7 @@ AC_DEFUN([BANSHEE_CHECK_DAP_IPOD],
asms="`$PKG_CONFIG --variable=Libraries ipod-sharp` `$PKG_CONFIG --variable=Libraries ipod-sharp-ui`"
for asm in $asms; do
IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm"
- [ -r "$asm.mdb" ] && IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm.mdb"
+ [[ -r "$asm.mdb" ]] && IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm.mdb"
done
AC_SUBST(IPODSHARP_ASSEMBLIES)
AC_SUBST(IPODSHARP_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]