summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2013-01-24 10:48:43 +0200
committerTanu Kaskinen <tanuk@iki.fi>2013-01-24 10:48:43 +0200
commitec9474d55ebf5500d4cdabdabaa7fe2139f20d4a (patch)
treeb9a18513c48003f9f1d06ea4b24dd74b14921f31
parentdd6c8ae38f70277130662423a7eb6d7c132088a7 (diff)
build-sys: Bump D-Bus dependency version to 1.4.12.
We use DBUS_TIMEOUT_USE_DEFAULT, which was introduced in 1.4.12.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d11af11c..78d48a7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -971,7 +971,7 @@ AC_ARG_ENABLE([dbus],
AS_HELP_STRING([--disable-dbus],[Disable optional D-Bus support]))
AS_IF([test "x$enable_dbus" != "xno"],
- [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.3.0 ], HAVE_DBUS=1, HAVE_DBUS=0)],
+ [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.4.12 ], HAVE_DBUS=1, HAVE_DBUS=0)],
HAVE_DBUS=0)
AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],