mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
* configure.in: add missing -lm for AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b8c1862bc
commit
8ea194024a
@ -1,3 +1,7 @@
|
||||
Sun Apr 24 23:29:16 2016 Rei Odaira <Rei.Odaira@gmail.com>
|
||||
|
||||
* configure.in: add missing -lm for AIX.
|
||||
|
||||
Sun Apr 24 18:33:58 2016 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* vm_insnhelper.c (INLINE): disable r54738 if __NO_INLINE__ is defined.
|
||||
|
||||
@ -1231,7 +1231,7 @@ main()
|
||||
ac_cv_func_isinf=yes
|
||||
ac_cv_func_isnan=yes
|
||||
],
|
||||
[aix*],[
|
||||
[aix*],[ LIBS="-lm $LIBS"
|
||||
ac_cv_func_round=no
|
||||
],
|
||||
[nacl], [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user