From 902beb7c2cba193a7e6292d35eadffb0aae87623 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 11 Oct 2007 10:27:28 +0100 Subject: Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi. If inline isn't recognised (e.g. on a strict C90 compiler, like gcc -ansi) this defines it to __inline__, __inline or nothing, whichever works. This is safe, because we never use inline except in combination with static. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e12c909..d0e09f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-10-11 Simon McVittie + * configure.in: enable Autoconf's AC_C_INLINE to avoid compilation + failure with gcc -ansi * dbus/dbus-macros.h, dbus/dbus-arch-deps.h.in: Use new macro _DBUS_GNUC_EXTENSION (the same as G_GNUC_EXTENSION) to avoid -ansi warnings about use of "long long". -- cgit