Always check -Wno-unused-but-set-variable gcc support
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jun 2011 22:09:05 +0000 (15:09 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jun 2011 23:40:35 +0000 (16:40 -0700)
The previous commit 8a7e1ceefa430988c8f888ca708ab307333b4464 wasn't
quite right.  This check applies to both the user and kernel space
build and as such we must make sure it runs regardless of what
the --with-config option is set too.

For example, if --with-config=kernel then the autoconf test does
not run and we generate build warnings when compiling the kernel
packages.


No differences found