Check for fenv.h and ieeefp.h functions only if the header is there.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 16:28:59 +0000 (16:28 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 16:29:05 +0000 (16:29 +0000)
commit28ab7305af256228eaf9c65a56e7539826045fb1
tree7ca36e6aa5d0ac41e9063a126242bad68d54aa1c
parentcd0ceac29999d6b121c5d6d7628648320348b4b4
Check for fenv.h and ieeefp.h functions only if the header is there.

Makes it easier to disable these and test our own version by just
setting ac_cv_header_fenv_h=no ac_cv_header_ieeefp_h=no.
src/microcode/configure.ac