mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
build-sys: Drop ancient check for dbus_watch_get_unix_fd()
This function was added shortly after dbus 1.1.0, and our minimum required dbus version is greater than 1.4.
This commit is contained in:
parent
6d7a266e0e
commit
f38485dc1a
3 changed files with 0 additions and 25 deletions
|
|
@ -1041,15 +1041,6 @@ AS_IF([test "x$enable_dbus" != "xno"],
|
|||
AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],
|
||||
[AC_MSG_ERROR([*** D-Bus not available or too old version])])
|
||||
|
||||
AS_IF([test "x$HAVE_DBUS" = "x1"],
|
||||
[
|
||||
save_CFLAGS="$CFLAGS"; CFLAGS="$CFLAGS $DBUS_CFLAGS"
|
||||
save_LIBS="$LIBS"; LIBS="$LIBS $DBUS_LIBS"
|
||||
AC_CHECK_FUNCS(dbus_watch_get_unix_fd)
|
||||
CFLAGS="$save_CFLAGS"
|
||||
LIBS="$save_LIBS"
|
||||
])
|
||||
|
||||
AC_SUBST(HAVE_DBUS)
|
||||
AM_CONDITIONAL([HAVE_DBUS], [test "x$HAVE_DBUS" = x1])
|
||||
AS_IF([test "x$HAVE_DBUS" = "x1"], AC_DEFINE([HAVE_DBUS], 1, [Have D-Bus.]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue