summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-17 21:04:12 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-17 21:04:12 +0000
commita947713c354462d1235e6ef3d8d3929bf9f080d4 (patch)
treeafa236cd4fc617591b4cc59da7720797c2c1e08f /configure.in
parentf1ca9b89e92de4d876dc5e7e85710c4d2dc87638 (diff)
2006-10-17 Havoc Pennington <hp@redhat.com>
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
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'`