# HG changeset patch # User Bruno Haible # Date 1548796198 -3600 # Node ID 959d7cd4aec1de856795432ab847ec0d12ecab7d # Parent b973ad598121314e354eec01108062852c46c27a strtod: Fix compilation error on IRIX 6.5. * modules/strtod (Depends-on): Add 'math'. diff -r b973ad598121 -r 959d7cd4aec1 ChangeLog --- 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 + + strtod: Fix compilation error on IRIX 6.5. + * modules/strtod (Depends-on): Add 'math'. + 2019-01-28 Bruno Haible Fix build error when building a shared libunistring on Android. diff -r b973ad598121 -r 959d7cd4aec1 modules/strtod --- 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: