diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-25 17:56:04 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-25 17:56:04 +0000 |
commit | b00fa2cfbfd81cbdc31d5a44e4ce8140cc153776 (patch) | |
tree | 18ffcf9133d4864a9fcab7f46f5d6e7015307d09 /libgfortran | |
parent | 96b07a493754f1f2d72c564bb3e071b541f0e351 (diff) | |
download | gcc-b00fa2cfbfd81cbdc31d5a44e4ce8140cc153776.tar.gz |
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable
tested in configure.host.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 6 | ||||
-rw-r--r-- | libgfortran/acinclude.m4 | 1 | ||||
-rwxr-xr-x | libgfortran/configure | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index fc7a2c4ca6d..dbafd0c9589 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2011-02-25 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable + tested in configure.host. + * configure: Regenerate. + 2011-02-24 Janne Blomqvist <jb@gcc.gnu.org> PR libfortran/47802 diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index 1bc1c7bbbfd..395a1eabe99 100644 --- a/libgfortran/acinclude.m4 +++ b/libgfortran/acinclude.m4 @@ -244,6 +244,7 @@ AC_DEFUN([LIBGFOR_CHECK_FPSETMASK], [ eval "libgfor_cv_have_fpsetmask=yes", eval "libgfor_cv_have_fpsetmask=no") ]) if test x"$libgfor_cv_have_fpsetmask" = xyes; then + have_fpsetmask=yes AC_DEFINE(HAVE_FPSETMASK, 1, [Define if you have fpsetmask.]) fi ]) diff --git a/libgfortran/configure b/libgfortran/configure index 749cd000651..13a079f9f24 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -25395,6 +25395,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_fpsetmask" >&5 $as_echo "$libgfor_cv_have_fpsetmask" >&6; } if test x"$libgfor_cv_have_fpsetmask" = xyes; then + have_fpsetmask=yes $as_echo "#define HAVE_FPSETMASK 1" >>confdefs.h |