Commit 395deda2 authored by Rafaël Carré's avatar Rafaël Carré

configure.ac: cosmetics

parent 10306b1e
...@@ -891,8 +891,7 @@ then ...@@ -891,8 +891,7 @@ then
VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS]) VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
fi fi
dnl Check for Telepathy dnl Check for Telepathy
AC_ARG_ENABLE(telepathy, AC_ARG_ENABLE(telepathy, [ --enable-telepathy Telepathy Presence plugin through DBus(default enabled)])
[ --enable-telepathy Telepathy Presence plugin through DBus(default enabled)])
if test "${enable_telepathy}" != "no"; then if test "${enable_telepathy}" != "no"; then
VLC_ADD_PLUGINS([telepathy]) VLC_ADD_PLUGINS([telepathy])
VLC_ADD_LDFLAGS([telepathy],[$DBUS_LIBS]) VLC_ADD_LDFLAGS([telepathy],[$DBUS_LIBS])
......
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