From 43d9445417406daf7f20d78abc21725af2be1457 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 Feb 2012 14:42:48 +0100 Subject: [PATCH] hypotf: Fix typo in comment. --- m4/hypotf.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/hypotf.m4 b/m4/hypotf.m4 index 67eb5e50a9..fd1b1ebf0e 100644 --- a/m4/hypotf.m4 +++ b/m4/hypotf.m4 @@ -10,7 +10,7 @@ AC_DEFUN([gl_FUNC_HYPOTF], AC_REQUIRE([gl_FUNC_HYPOT]) dnl Test whether hypotf() exists. Assume that hypotf(), if it exists, is - dnl defined in the same library as fmod(). + dnl defined in the same library as hypot(). save_LIBS="$LIBS" LIBS="$LIBS $HYPOT_LIBM" AC_CHECK_FUNCS([hypotf]) -- 2.39.5