Fixes broken D-Bus detection

Thanks to Daniel Stränger
This commit is contained in:
Rafaël Carré 2006-11-20 03:54:23 +00:00
parent 058bc838a6
commit a743fab851
1 changed files with 3 additions and 3 deletions

View File

@ -865,7 +865,7 @@ then
VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
fi],
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_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] )
@ -884,8 +884,8 @@ then
VLC_ADD_CFLAGS([screensaver],[$DBUS_CFLAGS])],
[AC_MSG_WARN(DBUS library not found)])
]
)]
)
)]
)]
)
fi