mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
build-sys: Fix an outdated D-Bus version in an error message.
This commit is contained in:
parent
ec9474d55e
commit
707af43daa
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ AS_IF([test "x$enable_dbus" != "xno"],
|
||||||
HAVE_DBUS=0)
|
HAVE_DBUS=0)
|
||||||
|
|
||||||
AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],
|
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"],
|
AS_IF([test "x$HAVE_DBUS" = "x1"],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue