[Telepathy-commits] [telepathy-gabble/master] gibber-debug.c: build if debug is disabled

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 6 09:57:41 PST 2009


---
 lib/gibber/gibber-debug.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/gibber/gibber-debug.c b/lib/gibber/gibber-debug.c
index 942d82a..96336e0 100644
--- a/lib/gibber/gibber-debug.c
+++ b/lib/gibber/gibber-debug.c
@@ -5,6 +5,8 @@
 
 #include "gibber-debug.h"
 
+#ifdef ENABLE_DEBUG
+
 static DebugFlags flags = 0;
 static gboolean initialized = FALSE;
 
@@ -93,3 +95,5 @@ gibber_debug_stanza (DebugFlags flag,
     }
 }
 #endif
+
+#endif
-- 
1.5.6.5




More information about the Telepathy-commits mailing list