]> git.draconx.ca Git - dxcommon.git/commit
Try an additional workaround for GLib inline issue.
authorNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 21:36:53 +0000 (16:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 21:42:31 +0000 (16:42 -0500)
commit4f3e19a6298267a8675de26e3e3e16afa97cf6a1
tree94849e8a646c6097ebb706cc60312bf26e82b0a5
parent157fb6f1bcb5af0d93bb588522bb1be86aa2fd71
Try an additional workaround for GLib inline issue.

It seems there are a range of GLib versions which #define G_INLINE_FUNC
unconditionally and thus we cannot work around the headers reliance on
obsolete GNU inline semantics by predefining this macro.

On these versions, we can define G_IMPLEMENT_INLINES to disable inline
function usage altogether.  This is less ideal but it will at least
allow compilation to proceed.
m4/glib.m4
tests/libs.at