From: Bruno Haible Date: Tue, 29 Jan 2019 21:09:58 +0000 (+0100) Subject: strtod: Fix compilation error on IRIX 6.5. X-Git-Tag: v1.0~5098 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0babfcddd25cd01492f48bc8b06e3c3b265b7531;p=gnulib.git strtod: Fix compilation error on IRIX 6.5. * modules/strtod (Depends-on): Add 'math'. --- diff --git a/ChangeLog b/ChangeLog index 89904c0738..51daf919d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/modules/strtod b/modules/strtod index e8b72b4ff3..7c7c4e0471 100644 --- a/modules/strtod +++ b/modules/strtod @@ -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: