[tracker/dbus-fd-experiment: 8/49] configure: Don't fail if DBus 1.3 is not available
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/dbus-fd-experiment: 8/49] configure: Don't fail if DBus 1.3 is not available
- Date: Tue, 22 Jun 2010 11:20:02 +0000 (UTC)
commit 54eb58e8164e8f68460215b2f170fad47b2de499
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]