Commit e71ade91 authored by Christophe Mutricy's avatar Christophe Mutricy

Allow dbus module to be built. Patch by Mirsal ENNAIME

parent b1f6f3e0
......@@ -844,8 +844,8 @@ fi
dnl Check for dbus
AC_ARG_ENABLE(dbus,
[ --enable-dbus Linux D-BUS message bus system (default enabled)])
if test "${enable_dbus}" != "no" -a "$SYS" = "Linux"
if test "${enable_dbus}" != "no" -a "${SYS}" = "linux"
then
dnl api stable dbus
PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0.0,
......
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