From 5861339993f3014cfad1b94fc7fe366fc2573598 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Oct 2007 12:41:50 +0200 Subject: Typo in last commit. --- m4/trunc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/trunc.m4') diff --git a/m4/trunc.m4 b/m4/trunc.m4 index 967d00042e..feb9d27d57 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 ]) -- cgit v1.2.1