aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/acinclude.m4
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2011-02-25 17:56:04 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2011-02-25 17:56:04 +0000
commit1b9fef3ee97f88250b2bccd2067f8f71e222015c (patch)
tree18ffcf9133d4864a9fcab7f46f5d6e7015307d09 /libgfortran/acinclude.m4
parent822ba6d74fae9b7ec37971d69026c457a0293e31 (diff)
downloadgcc-1b9fef3ee97f88250b2bccd2067f8f71e222015c.zip
gcc-1b9fef3ee97f88250b2bccd2067f8f71e222015c.tar.gz
gcc-1b9fef3ee97f88250b2bccd2067f8f71e222015c.tar.bz2
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
Diffstat (limited to 'libgfortran/acinclude.m4')
-rw-r--r--libgfortran/acinclude.m41
1 files changed, 1 insertions, 0 deletions
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
])