Can't use -ansi with gcc 4.5.3 on Cygwin, at least through setup
authorDavid Levine <levinedl@acm.org>
Tue, 12 Jun 2012 03:02:55 +0000 (22:02 -0500)
committerDavid Levine <levinedl@acm.org>
Tue, 12 Jun 2012 03:02:55 +0000 (22:02 -0500)
commit1a02dc347cf3d583b8b2e4a57e9ff32cf82240e9
tree20c3055a9f48008c2d0e6a21f7fb59c938f44c69
parentd532d000000ae84fc6b44c2f3d4dfd1d8778b174
Can't use -ansi with gcc 4.5.3 on Cygwin, at least through setup
setup version 2.763, because it disables some features in the
system system header files.  Added configure check, when using gcc,
for -ansi (and don't use -pedantic without it).
configure.ac