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
configure.ac
... ... @@ -366,7 +366,7 @@ AC_SUBST(GLIB_CFLAGS)
366 366  
367 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 370 AC_SUBST(DBUS_LIBS)
371 371 AC_SUBST(DBUS_CFLAGS)
372 372  
... ...