r18859: finally worked out what is going wrong with immediate structures. The
authorAndrew Tridgell <tridge@samba.org>
Sun, 24 Sep 2006 01:52:20 +0000 (01:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:16 +0000 (14:20 -0500)
commita90eba6316b89c3e387e0c52af22b5344a5de2f2
tree38ac24ab2aaa9f900dd3a2a79b0193702521c9c8
parent51f27dc3f19e9916155ecad64662b874d1fea229
r18859: finally worked out what is going wrong with immediate structures. The
problem is that the AC_PROG_CC_C99 macro ends up selecting either
-std=std99 or -std=gnu99 for gcc. Ironically enough, that breaks
constant structure initialisers!

So, simplest solution is to not try that configure test if we know we
are using gcc
(This used to be commit 331435daf3275acaf282c1032c6e9f7dc3e685bb)
source4/lib/replace/libreplace_cc.m4