chiark / gitweb /
Add a check in the new configure script to enable lots of gcc warning
authorSimon Tatham <anakin@pobox.com>
Sun, 30 Jun 2013 10:51:31 +0000 (10:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 30 Jun 2013 10:51:31 +0000 (10:51 +0000)
commit6c34cb721c488980ee23491d261ab2b6b3e55a23
tree323f52711273ce4edd890fc7ba8641ddae00c8d5
parentc06792c07609eacf6db0881f62a3391547c77248
Add a check in the new configure script to enable lots of gcc warning
flags if gcc is in use - but _only_ if they don't lead to problems in
a test compile which includes all the system and GTK headers I'm going
to want. Ubuntu 13.04 includes a version of Pango which breaks at
-Werror -pedantic, so I can't unconditionally enable all the warning
flags I might want without breaking the build in ways beyond my
control.

[originally from svn r9888]
configure.ac