Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi.
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Oct 2007 09:27:28 +0000 (10:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Oct 2007 09:27:28 +0000 (10:27 +0100)
commit902beb7c2cba193a7e6292d35eadffb0aae87623
treeee7963c149e1aa46d6545ee1fb01597e7f3c4390
parent559de12aac424aa726007abb5cf6a7ac12d39db4
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
configure.in