Use GCC variable instead of ac_cv_prog_gcc
authorMarvin Scholz <epirat07@gmail.com>
Fri, 18 Oct 2019 19:08:09 +0000 (21:08 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Fri, 18 Oct 2019 19:21:58 +0000 (21:21 +0200)
commite44586559cbfa8ce94b2c628f64189945bbc0071
tree96c14d2dd80da7f5eca61ed33bc50011d8ac521b
parent5158f902a6f4cac8f3463a0072858ff81ddb30fb
Use GCC variable instead of ac_cv_prog_gcc

This is documented in the AC_PROG_CC documentation and seems a bit
cleaner than to use the "internal" caching variable. And it is easier
to read.
configure.ac