[Xfce4-commits] r25513 - squeeze/trunk

Stephan Arts stephan at xfce.org
Wed Apr 11 10:06:32 CEST 2007


Author: stephan
Date: 2007-04-11 08:06:31 +0000 (Wed, 11 Apr 2007)
New Revision: 25513

Modified:
   squeeze/trunk/configure.in.in
Log:
define DBUS_API_SUBJECT_TO_CHANGE, depending on dbus-glib, we should be able to safely do this

Modified: squeeze/trunk/configure.in.in
===================================================================
--- squeeze/trunk/configure.in.in	2007-04-10 20:38:16 UTC (rev 25512)
+++ squeeze/trunk/configure.in.in	2007-04-11 08:06:31 UTC (rev 25513)
@@ -71,6 +71,8 @@
 
 AC_DEFINE([HAVE_LIBXFCE4UTIL], [1], [Define if we have libxfce4util (will become optional eventually)])
 AC_DEFINE([EXO_API_SUBJECT_TO_CHANGE], [1], [Define we understand libexo is subject to api churn])
+dnl Some distro's have dbus < 1.0, need to define the following to make it compile. (Squeeze depends on the glib-bindings anyways)
+AC_DEFINE([DBUS_API_SUBJECT_TO_CHANGE], [1], [Define we understand dbus is subject to api churn])
 
 
 dnl XDT_CHECK_OPTIONAL_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.4.0], [thunar-vfs],



More information about the Xfce4-commits mailing list