[banshee] [build] Fix ENABLE_GIO conditional syntax
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] Fix ENABLE_GIO conditional syntax
- Date: Sun, 11 Jul 2010 11:14:27 +0000 (UTC)
commit 817dc7800ef8475eb0493769245dc54b796c547c
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Jul 11 13:02:35 2010 +0200
[build] Fix ENABLE_GIO conditional syntax
build/m4/banshee/gio.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 16778d2..4d39d9d 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -17,7 +17,7 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
glib-2.0 >= 2.22,
enable_gio="$enable_gio", enable_gio=no)
- AM_CONDITIONAL(ENABLE_GIO, "x$enable_gio" = "xyes")
+ AM_CONDITIONAL(ENABLE_GIO, test "x$enable_gio" = "xyes")
else
AM_CONDITIONAL(ENABLE_GIO, false)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]