]> Savannah Git Hosting - gnulib.git/commitdiff
strtod: Fix compilation error on IRIX 6.5.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Jan 2019 21:09:58 +0000 (22:09 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 29 Jan 2019 21:10:21 +0000 (22:10 +0100)
* modules/strtod (Depends-on): Add 'math'.

ChangeLog
modules/strtod

index 89904c0738494050ae4fd5a0ddfaefac6c9e3385..51daf919d0bf318499b1c2b7765e25e96b91556c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-29  Bruno Haible  <bruno@clisp.org>
+
+       strtod: Fix compilation error on IRIX 6.5.
+       * modules/strtod (Depends-on): Add 'math'.
+
 2019-01-28  Bruno Haible  <bruno@clisp.org>
 
        Fix build error when building a shared libunistring on Android.
index e8b72b4ff30a61357ce3c17adf0d1951fcefeff3..7c7c4e04715c0afde379458084053285cd2be4d2 100644 (file)
@@ -10,6 +10,7 @@ Depends-on:
 stdlib
 strtod-obsolete
 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
+math            [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 
 configure.ac: