X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/badc32adb9f338d7e33a01fd171b0aeb8e8c2ef2..69fe26206f9ce204db58c0cedd87a6063810c179:/configure.ac diff --git a/configure.ac b/configure.ac index b1118c71..64bed09d 100644 --- a/configure.ac +++ b/configure.ac @@ -908,11 +908,11 @@ 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.0.0 ], HAVE_DBUS=1, HAVE_DBUS=0)], + [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.3.0 ], HAVE_DBUS=1, HAVE_DBUS=0)], HAVE_DBUS=0) AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"], - [AC_MSG_ERROR([*** D-Bus support not found])]) + [AC_MSG_ERROR([*** D-Bus (1.3.0+) support not found])]) AS_IF([test "x$HAVE_DBUS" = "x1"], [