changeset 22983:410f1bf7f734

I have no idea why this only started being an issue now, but as I was checking to see if I could build the RPMs, dbus started complaining that DBUS_API_SUBJECT_TO_CHANGE was not defined. Hopefully this fix will make that unlikely to be a problem ever again.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 May 2008 21:01:24 +0000
parents 77fc073e5a0b
children 6a5b746ddfea
files libpurple/dbus-maybe.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/dbus-maybe.h	Fri May 16 20:19:12 2008 +0000
+++ b/libpurple/dbus-maybe.h	Fri May 16 21:01:24 2008 +0000
@@ -8,6 +8,10 @@
 
 #ifdef HAVE_DBUS
 
+#ifndef DBUS_API_SUBJECT_TO_CHANGE
+#define DBUS_API_SUBJECT_TO_CHANGE
+#endif
+
 #include "dbus-server.h"
 
 /* this provides a type check */