[tracker/rss-enclosures] configure: Don't fail if DBus 1.3 is not available
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] configure: Don't fail if DBus 1.3 is not available
- Date: Sat, 26 Jun 2010 23:23:49 +0000 (UTC)
commit 9d5565e18f7856993aed2b8d8f2ca8f89129d219
Author: Adrien Bustany <abustany gnome org>
Date: Mon Jun 14 10:03:46 2010 -0400
configure: Don't fail if DBus 1.3 is not available
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9db5a3b..aa0b352 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1668,8 +1668,8 @@ AM_CONDITIONAL(HAVE_TOTEM_PL_PARSER, test "x$have_playlist" = "xyes")
AC_ARG_ENABLE(dbus-fd-passing,
AS_HELP_STRING([--enable-dbus-fd-passing],
- [enable DBus FD passing for faster IPC [[default=yes]]]),,
- [enable_dbus_fd_passing=yes])
+ [enable DBus FD passing for faster IPC [[default=auto]]]),,
+ [enable_dbus_fd_passing=auto])
if test "x$enable_dbus_fd_passing" != "xno" ; then
PKG_CHECK_EXISTS([dbus-1 >= 1.3],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]