X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftrunc.m4;h=feb9d27d576d58784a0f0ebbda5fa5a13d7b95a7;hb=05a96e0bca75d5b01c337cd7dacd04507d6e6497;hp=967d00042ebec8acc465fc8ae072f167bb8a06b3;hpb=1e424ce10c76ad2c9a75fdc6ab02628931c2bcf0;p=gnulib.git diff --git a/m4/trunc.m4 b/m4/trunc.m4 index 967d00042..feb9d27d5 100644 --- a/m4/trunc.m4 +++ b/m4/trunc.m4 @@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_TRUNC], [ AC_REQUIRE([gl_MATH_H_DEFAULTS]) - dnl Persuade glibc to declare truncl(). + dnl Persuade glibc to declare trunc(). AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) dnl Test whether trunc() is declared. AC_CHECK_DECLS([trunc], , , [#include ])