From 707af43daa226d1b6c035abad0680bc70e7aaae0 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Thu, 24 Jan 2013 11:05:37 +0200 Subject: [PATCH] build-sys: Fix an outdated D-Bus version in an error message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78d48a7f..6d340fdd 100644 --- a/configure.ac +++ b/configure.ac @@ -975,7 +975,7 @@ AS_IF([test "x$enable_dbus" != "xno"], HAVE_DBUS=0) AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"], - [AC_MSG_ERROR([*** D-Bus (1.3.0+) support not found])]) + [AC_MSG_ERROR([*** D-Bus not available or too old version])]) AS_IF([test "x$HAVE_DBUS" = "x1"], [ -- 2.39.2