Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7d1a3a85
Commit
7d1a3a85
authored
Jul 22, 2013
by
Rémi Denis-Courmont
Browse files
dbus: thread safety requires libdbus version 1.6.0
parent
3f2badf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7d1a3a85
...
...
@@ -812,7 +812,7 @@ AC_ARG_ENABLE(dbus,
[compile D-Bus message bus support (default enabled)])])
have_dbus="no"
AS_IF([test "${enable_dbus}" != "no"], [
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.
0
.0], [
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.
6
.0], [
have_dbus="yes"
], [
AS_IF([test -n "${enable_dbus}"], [
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment