configure: always print ac_cv_c_compiler_gnu
authorMax Horn <max@quendi.de>
Wed, 12 Dec 2012 20:33:53 +0000 (21:33 +0100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Wed, 12 Dec 2012 21:12:30 +0000 (08:12 +1100)
commitcdcb88bdc9c3674901d5416c095fc0241e28ea5b
tree867816b812dc5ef576b7c026901d933c1b4a4fe5
parent66c0a581d2ee22e65aaf70d50b17cfefc6287f24
configure: always print ac_cv_c_compiler_gnu

Previously, we only printed whether the used compiler was
detected as gcc if the answer was positive. Now we always
print the result (but the GCC version still is only
printed when we are using GCC)

Signed-off-by: Max Horn <max@quendi.de>
configure.ac