diff options
Diffstat (limited to 'gl/m4/floorf.m4')
-rw-r--r-- | gl/m4/floorf.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/floorf.m4 b/gl/m4/floorf.m4 index 8cdaa94..915e566 100644 --- a/gl/m4/floorf.m4 +++ b/gl/m4/floorf.m4 | |||
@@ -1,5 +1,5 @@ | |||
1 | # floorf.m4 serial 3 | 1 | # floorf.m4 serial 4 |
2 | dnl Copyright (C) 2007 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
@@ -34,7 +34,7 @@ AC_DEFUN([gl_FUNC_FLOORF], | |||
34 | # Sets FLOORF_LIBM. | 34 | # Sets FLOORF_LIBM. |
35 | AC_DEFUN([gl_FUNC_FLOORF_LIBS], | 35 | AC_DEFUN([gl_FUNC_FLOORF_LIBS], |
36 | [ | 36 | [ |
37 | AC_CACHE_VAL([gl_cv_func_floorf_libm], [ | 37 | gl_CACHE_VAL_SILENT([gl_cv_func_floorf_libm], [ |
38 | gl_cv_func_floorf_libm=? | 38 | gl_cv_func_floorf_libm=? |
39 | AC_TRY_LINK([ | 39 | AC_TRY_LINK([ |
40 | #ifndef __NO_MATH_INLINES | 40 | #ifndef __NO_MATH_INLINES |