summaryrefslogtreecommitdiff
path: root/libgfortran/configure
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2014-11-24 23:27:36 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2014-11-24 23:27:36 +0000
commit67c4c164202205321e843f2345a0f786d8b30aa6 (patch)
treef5a4291ddca0cf5bf4b54f3ced881d3eeaad99f6 /libgfortran/configure
parent3f9e8f13a316a0044bd303983746cafba804d646 (diff)
configure.ac: Guard include of <ieeefp.h>.
* configure.ac: Guard include of <ieeefp.h>. * configure: Rebuilt. From-SVN: r218032
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-xlibgfortran/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/configure b/libgfortran/configure
index dc68af54dbd..a19cb9e1069 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -26067,7 +26067,9 @@ $as_echo "#define HAVE_FPSETMASK 1" >>confdefs.h
fi
ac_fn_c_check_type "$LINENO" "fp_except" "ac_cv_type_fp_except" "
+#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
+#endif
#include <math.h>
"
@@ -26080,7 +26082,9 @@ _ACEOF
fi
ac_fn_c_check_type "$LINENO" "fp_except_t" "ac_cv_type_fp_except_t" "
+#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
+#endif
#include <math.h>
"
@@ -26094,7 +26098,9 @@ _ACEOF
fi
ac_fn_c_check_type "$LINENO" "fp_rnd" "ac_cv_type_fp_rnd" "
+#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
+#endif
#include <math.h>
"
@@ -26107,7 +26113,9 @@ _ACEOF
fi
ac_fn_c_check_type "$LINENO" "fp_rnd_t" "ac_cv_type_fp_rnd_t" "
+#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
+#endif
#include <math.h>
"