[xchat-gnome] Enable ENABLE_DBUS flag, to allow dbus support to be built



commit aa667de57447f32af903cb2301f915ac84a9984a
Author: Ritesh Khadgaray <khadgaray gmail com>
Date:   Mon May 25 22:11:24 2009 +0200

    Enable ENABLE_DBUS flag, to allow dbus support to be built
    
    This fixes bug 397723
---
 plugins/autoaway/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/plugins/autoaway/Makefile.am b/plugins/autoaway/Makefile.am
index b694929..c7b65d0 100644
--- a/plugins/autoaway/Makefile.am
+++ b/plugins/autoaway/Makefile.am
@@ -1,3 +1,7 @@
+if ENABLE_DBUS
+        AM_CPPFLAGS += -DENABLE_DBUS
+endif
+
 plugindir = $(pkglibdir)/plugins
 plugin_LTLIBRARIES = autoaway.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]