Skip to content

Commit

Permalink
Low: services: fix building dbus support in buildbot.
Browse files Browse the repository at this point in the history
(cherry picked from commit b40c2d2)
  • Loading branch information
davidvossel committed Feb 6, 2014
1 parent 2514102 commit 33f9d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ HAVE_upstart=0
HAVE_systemd=0
PKG_CHECK_MODULES(DBUS, dbus-1, ,HAVE_dbus=0)

AC_DEFINE_UNQUOTED(SUPPORT_DBUS, $HAVE_dbus, Support dbus)
AM_CONDITIONAL(BUILD_DBUS, test $HAVE_dbus = 1)

if test $HAVE_dbus = 1; then
Expand Down
2 changes: 1 addition & 1 deletion include/portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ g_list_free_full(GList * list, GDestroyNotify free_func)
}
# endif

# ifdef BUILD_DBUS
# if SUPPORT_DBUS
# ifndef HAVE_DBUSBASICVALUE
# include <stdint.h>
# include <dbus/dbus.h>
Expand Down

0 comments on commit 33f9d09

Please sign in to comment.