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>
Sat, 20 Apr 2019 15:44:34 +0000 (15:44 +0000)
commit21f79256dcfd62b4cd236b0686b043dbab713494
tree6072401e0352f90b879c000170ea0e94a6378880
parent69b97990b05952dc6fc8c1c24d1f0f729ba9f853
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.

(cherry picked from commit 28ab7305af256228eaf9c65a56e7539826045fb1)
src/microcode/configure.ac