diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-11 10:27:28 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-11 10:27:28 +0100 |
commit | 902beb7c2cba193a7e6292d35eadffb0aae87623 (patch) | |
tree | ee7963c149e1aa46d6545ee1fb01597e7f3c4390 /ChangeLog | |
parent | 559de12aac424aa726007abb5cf6a7ac12d39db4 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2007-10-11 Simon McVittie <simon.mcvittie@collabora.co.uk> + * 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". |