[pulseaudio-commits] configure.ac
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Thu Jan 24 01:06:30 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 707af43daa226d1b6c035abad0680bc70e7aaae0
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Thu Jan 24 11:05:37 2013 +0200
build-sys: Fix an outdated D-Bus version in an error message.
diff --git a/configure.ac b/configure.ac
index 78d48a7..6d340fd 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"],
[
More information about the pulseaudio-commits
mailing list