X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcoshf.m4;h=774a69e07a86941ad28003314de6c5cb52392c1a;hb=fba20d159fe191b9d67688738b7c31e769171aac;hp=e9bf574f4e9305b00e828922658cc70daf2b506d;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/m4/coshf.m4 b/m4/coshf.m4 index e9bf574f4..774a69e07 100644 --- a/m4/coshf.m4 +++ b/m4/coshf.m4 @@ -1,5 +1,5 @@ -# coshf.m4 serial 1 -dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. +# coshf.m4 serial 2 +dnl Copyright (C) 2011-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_COSHF], AC_REQUIRE([gl_MATH_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_COSH]) + dnl Persuade glibc to declare coshf(). + AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) + dnl Test whether coshf() exists. Assume that coshf(), if it exists, is dnl defined in the same library as cosh(). save_LIBS="$LIBS"