From: Francois-Xavier Coudert Date: Fri, 25 Feb 2011 17:56:04 +0000 (+0000) Subject: acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configure.host. X-Git-Tag: upstream/12.2.0~86184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b9fef3ee97f88250b2bccd2067f8f71e222015c;p=platform%2Fupstream%2Fgcc.git acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configure.host. * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configure.host. * configure: Regenerate. From-SVN: r170500 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index fc7a2c4..dbafd0c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2011-02-25 Francois-Xavier Coudert + + * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable + tested in configure.host. + * configure: Regenerate. + 2011-02-24 Janne Blomqvist PR libfortran/47802 diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index 1bc1c7b..395a1ea 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 749cd00..13a079f 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