diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-24 11:59:09 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-24 11:59:09 +0000 |
commit | 36d5d25779d473dc64ae80ebdc87cf78f9cdea67 (patch) | |
tree | d8a143be91dfdb386360cfde3a388b26467c0a17 /libgfortran/acinclude.m4 | |
parent | 97183701ecb19def0a1a9059675e4b71f1e94a4d (diff) | |
download | gcc-36d5d25779d473dc64ae80ebdc87cf78f9cdea67.tar.gz |
PR libfortran/32841
* acinclude.m4: Don't use HAVE_MATH_H.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/acinclude.m4')
-rw-r--r-- | libgfortran/acinclude.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index 6cc10408d96..44380615526 100644 --- a/libgfortran/acinclude.m4 +++ b/libgfortran/acinclude.m4 @@ -204,9 +204,7 @@ AC_DEFUN([LIBGFOR_CHECK_FOR_BROKEN_ISFINITE], [ libgfor_check_for_broken_isfinite_save_LIBS=$LIBS LIBS="$LIBS -lm" AC_TRY_RUN([ -#ifdef HAVE_MATH_H #include <math.h> -#endif #include <float.h> int main () { @@ -237,9 +235,7 @@ AC_DEFUN([LIBGFOR_CHECK_FOR_BROKEN_ISNAN], [ libgfor_check_for_broken_isnan_save_LIBS=$LIBS LIBS="$LIBS -lm" AC_TRY_RUN([ -#ifdef HAVE_MATH_H #include <math.h> -#endif #include <float.h> int main () { @@ -288,9 +284,7 @@ AC_DEFUN([LIBGFOR_CHECK_FOR_BROKEN_FPCLASSIFY], [ libgfor_check_for_broken_fpclassify_save_LIBS=$LIBS LIBS="$LIBS -lm" AC_TRY_RUN([ -#ifdef HAVE_MATH_H #include <math.h> -#endif #include <float.h> int main () { |