Bill Wendling <[EMAIL PROTECTED]> writes: > Is there a way to determine if a compiler is C99 compliant during > configuration?
You probably want to be more specific and check for C99 features that you're using. It's not clear that there are, as yet, any *fully* compliant C99 environments, although one or two may have started to show up. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
