]> git.cworth.org Git - fips/commit
configure: Add an early check for a functional C compiler
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:00:49 +0000 (15:00 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:09:41 +0000 (15:09 -0700)
commit18ff92375257efa1ba4a4441079b0cd587661bfe
tree3fb0ccfcf4aa316bfb1a51a40c5a0b0690bf21bb
parent35ee06686adbfa4dd0feca625eb9a0dfee2d087e
configure: Add an early check for a functional C compiler

Without this, later compiler-based checks for header files, etc. would
falsely claim that libraries were not installed, (when in fact, the
libraries were installed but the compiler-based checks were failing
because no compiler is available).
configure