Commit 1b9fef3e by Francois-Xavier Coudert Committed by François-Xavier Coudert

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
parent 822ba6d7
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
......
......@@ -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
])
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment