bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strtold: Fix typo


From: Bruno Haible
Subject: strtold: Fix typo
Date: Sat, 23 Mar 2019 20:22:19 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

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


2019-03-23  Bruno Haible  <address@hidden>

        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

[Prev in Thread] Current Thread [Next in Thread]