[ruby-cvs:61878] odaira:r54716 (trunk): * configure.in: don't use the system-provided round(3) on AIX.
odaira at ruby-lang.org
odaira at ruby-lang.org
Sat Apr 23 01:02:25 JST 2016
odaira 2016-04-23 01:02:25 +0900 (Sat, 23 Apr 2016)
New Revision: 54716
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54716
Log:
* configure.in: don't use the system-provided round(3) on AIX.
In AIX, round(0.49999999999999994) returns 1.0.
Use round() in numeric.c instead.
Modified files:
trunk/ChangeLog
trunk/configure.in
More information about the ruby-cvs
mailing list