summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-14 15:51:54 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-14 15:51:54 +0000
commita4acfaf4f942f702606e660990c873c9ff5b0395 (patch)
treefdc2e242d66130f3bdaa46514c903a01826b1d40 /configure.ac
parent24e661eb636f6397b4a149156f451cb551d32013 (diff)
* Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)
* Put -DDBUS_API_SUBJECT_TO_CHANGE in DBUS_CFLAGS and remove from individual files * Add avahi-client to the C++ test runs, compile with DBUS flags * Fix avahi-client to compile with C++ compilers. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7aa4fa4..cd4d3dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,8 +159,9 @@ if test "x$ENABLE_DBUS" = "xyes"; then
DBUS_SYS_DIR="${sysconfdir}/dbus-1/system.d"
fi
AC_SUBST(DBUS_SYS_DIR)
-
- AC_SUBST(DBUS_CFLAGS)
+
+ DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_API_SUBJECT_TO_CHANGE"
+ AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
fi