From: Bruno Haible Date: Sun, 7 Oct 2007 10:41:50 +0000 (+0200) Subject: Typo in last commit. X-Git-Tag: v0.0~119 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5861339993f3014cfad1b94fc7fe366fc2573598;p=gnulib.git Typo in last commit. --- 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 ])