configure: turn some warnings into errors
authorDan Winship <danw@gnome.org>
Fri, 21 Oct 2011 19:18:14 +0000 (15:18 -0400)
committerDan Winship <danw@gnome.org>
Fri, 21 Oct 2011 19:18:14 +0000 (15:18 -0400)
commitf691eb6a7a41d06f1b8ceb2d98d9352c7ad23204
treed22f5675dd897a0a1183afe97a286fda9ec9d92e
parentabb38b61b18fe8c837b731b2ca649c5809015840
configure: turn some warnings into errors

Use -Werror=... to turn warnings into errors for warnings that occur
in completely well-defined situations (ie, won't change with gcc
versions or optimization levels) and that couldn't be triggered by
foreign #include files.
configure.ac