changeset 40165:959d7cd4aec1

strtod: Fix compilation error on IRIX 6.5. * modules/strtod (Depends-on): Add 'math'.
author Bruno Haible <bruno@clisp.org>
date Tue, 29 Jan 2019 22:09:58 +0100
parents b973ad598121
children cdb3438ceb13
files ChangeLog modules/strtod
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 28 21:14:08 2019 +0100
+++ b/ChangeLog	Tue Jan 29 22:09:58 2019 +0100
@@ -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.
--- a/modules/strtod	Mon Jan 28 21:14:08 2019 +0100
+++ b/modules/strtod	Tue Jan 29 22:09:58 2019 +0100
@@ -10,6 +10,7 @@
 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: