diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure index a90be038210..1e63c6862bc 100755 --- a/configure +++ b/configure @@ -16809,10 +16809,9 @@ fi if test "$PORTNAME" = "win32" -o "$PORTNAME" = "cygwin"; then # Cygwin and (apparently, based on test results) Mingw both - # have a broken strtof(), so substitute the same replacement - # code we use with VS2013. That's not a perfect fix, since - # (unlike with VS2013) it doesn't avoid double-rounding, but - # we have no better options. To get that, though, we have to + # have a broken strtof(), so substitute its implementation. + # That's not a perfect fix, since it doesn't avoid double-rounding, + # but we have no better options. To get that, though, we have to # force the file to be compiled despite HAVE_STRTOF. case " $LIBOBJS " in *" strtof.$ac_objext "* ) ;; |