A small copy-and-paste mistake, visible only when cross-compiling.

2019-03-23  Bruno Haible  <br...@clisp.org>

        strtold: Fix typo.
        * m4/strtold.m4 (gl_FUNC_STRTOLD): Fix typo in variable name.

diff --git a/m4/strtold.m4 b/m4/strtold.m4
index c1c05d1..16b4eda 100644
--- a/m4/strtold.m4
+++ b/m4/strtold.m4
@@ -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


Reply via email to