From a947713c354462d1235e6ef3d8d3929bf9f080d4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 17 Oct 2006 21:04:12 +0000 Subject: 2006-10-17 Havoc Pennington * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement, since realistically it doesn't look like we'll be changing it anymore. --- ChangeLog | 8 ++++++++ configure.in | 2 -- dbus/dbus.h | 4 ---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71820890..1efc6a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-10-17 Havoc Pennington + + * configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here + + * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement, + since realistically it doesn't look like we'll be changing it + anymore. + 2006-10-17 Havoc Pennington * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to diff --git a/configure.in b/configure.in index 73fe6d8d..c770dae1 100644 --- a/configure.in +++ b/configure.in @@ -246,8 +246,6 @@ esac AM_PROG_LIBTOOL changequote(,)dnl -# let ourselves use our own unstable API -CPPFLAGS="-DDBUS_API_SUBJECT_TO_CHANGE=1 $CPPFLAGS" # compress spaces in flags CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'` CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'` diff --git a/dbus/dbus.h b/dbus/dbus.h index 4e11f7b8..ac1287e8 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -26,10 +26,6 @@ #define DBUS_INSIDE_DBUS_H 1 -#ifndef DBUS_API_SUBJECT_TO_CHANGE -#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation." -#endif - #include #include #include -- cgit