Commit a743fab8 authored by Rafaël Carré's avatar Rafaël Carré

Fixes broken D-Bus detection

Thanks to Daniel Stränger
parent 058bc838
...@@ -865,7 +865,7 @@ then ...@@ -865,7 +865,7 @@ then
VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS]) VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
fi], fi],
dnl not too old dbus dnl not too old dbus
PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.92, [ PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.92,
[ AC_DEFINE( HAVE_DBUS_2, 1, [Define if you have the D-BUS library API >= 0.92] ) [ AC_DEFINE( HAVE_DBUS_2, 1, [Define if you have the D-BUS library API >= 0.92] )
AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the D-BUS library API >= 0.30] ) AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the D-BUS library API >= 0.30] )
AC_DEFINE( HAVE_DBUS, 1, [Define if you have the D-BUS library] ) AC_DEFINE( HAVE_DBUS, 1, [Define if you have the D-BUS library] )
...@@ -884,8 +884,8 @@ then ...@@ -884,8 +884,8 @@ then
VLC_ADD_CFLAGS([screensaver],[$DBUS_CFLAGS])], VLC_ADD_CFLAGS([screensaver],[$DBUS_CFLAGS])],
[AC_MSG_WARN(DBUS library not found)]) [AC_MSG_WARN(DBUS library not found)])
] ]
)] )]
) )]
) )
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment