]> Savannah Git Hosting - gnulib.git/commitdiff
strtold: Fix typo.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Mar 2019 19:20:44 +0000 (20:20 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Mar 2019 19:20:44 +0000 (20:20 +0100)
* m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name.

ChangeLog
m4/strtold.m4

index 14bdd0979d8582914eb505092776e286207571a6..d66415458ca88be59102936f44c1080fda94334c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-23  Bruno Haible  <bruno@clisp.org>
+
+       strtold: Fix typo.
+       * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name.
+
 2019-03-23  Bruno Haible  <bruno@clisp.org>
 
        noreturn: In C++ mode with clang, use _Noreturn as fallback.
index c1c05d1a7acd8227e6e2959d5e136af5e815ffb9..16b4edaca18015c898077d744990b85a8c5c6708 100644 (file)
@@ -1,4 +1,4 @@
-# strtold.m4 serial 2
+# strtold.m4 serial 3
 dnl Copyright (C) 2002-2003, 2006-2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -98,7 +98,7 @@ numeric_equal (long double x, long double y)
 #endif
            ],
            [gl_cv_func_strtold_works="guessing yes"],
-           [gl_cv_func_strtod_works="guessing no"])
+           [gl_cv_func_strtold_works="guessing no"])
         ])
       ])
     case "$gl_cv_func_strtold_works" in