]> git.cworth.org Git - fips/commit
configure: Move the code which detects compiler warning options
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:39:30 +0000 (15:39 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:46:07 +0000 (15:46 -0700)
commit33e5a6d5549381b79d1f556d46c396b681aea69a
tree5a3b5a3bf2b75e002b9dd527ad0d7e72c923ba43
parentcef8e846eb37daa0a03cd57b187c624d3f7d1494
configure: Move the code which detects compiler warning options

For no good reason, this code was previously stuck right in the middle
of code reporting the final results of previous checks, (after the
case reporting that errors were found and before the case reporting
that no errors were found).

It's more clean to have the warning-option detection happen before any
of that reporting.
configure