Removed default -ansi compiler flag
commit82e9872a51c2c9f25dee8014ce31c20f6f153e2c
authorChris Frey <cdfrey@foursquare.net>
Thu, 14 Oct 2010 02:42:45 +0000 (13 22:42 -0400)
committerChris Frey <cdfrey@foursquare.net>
Thu, 14 Oct 2010 03:48:40 +0000 (13 23:48 -0400)
tree3d96db9ffa3775fac23e8c4778d9ba80702c0ab7
parentb0bfea865d9cacc3ddcbfc95c649663cd04b2fcc
Removed default -ansi compiler flag

Some platforms disable functions like strptime(), etc, when ansi is enabled.
That's probably too strict for default flags. :-(
examples/Makefile.am
gui/src/Makefile.am
src/Makefile.am
tools/Makefile.am