Commit 39d7fa129e05916f4ca8af6f88c10a0f533721b2

Authored by perry.werneck@gmail.com
1 parent af490a05

Corrigindo detecção do dbus

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -366,7 +366,7 @@ AC_SUBST(GLIB_CFLAGS) @@ -366,7 +366,7 @@ AC_SUBST(GLIB_CFLAGS)
366 366
367 #--[ Check DBUS ]--------------------------------------------------------------------------------------------------------------------------------------------- 367 #--[ Check DBUS ]---------------------------------------------------------------------------------------------------------------------------------------------
368 368
369 -PKG_CHECK_MODULES( [DBUS], [dbus-1] ) 369 +PKG_CHECK_MODULES( [DBUS], [dbus-1], app_cv_libdbus=yes, AC_MSG_NOTICE([ No DBUS support.]) )
370 AC_SUBST(DBUS_LIBS) 370 AC_SUBST(DBUS_LIBS)
371 AC_SUBST(DBUS_CFLAGS) 371 AC_SUBST(DBUS_CFLAGS)
372 372