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. --- configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.in') 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'` -- cgit