Eric Blake wrote:
> If I understand the issue 
> correctly, then if your gcc supports -fgnu89-inline, you can work around the 
> issue by specifying CFLAGS='-fgnu89-inline' at configure time.

Indeed, excellent! This is the workaround that is easiest to apply.
The -fgnu89-inline has the desired effect, regardless whether it comes
before or after -std=gnu99.

I'm applying the change with this as first alternative.

Bruno


Reply via email to