ruby: fix detection of isnan/isinf macros on musl; from Alpine.
This commit is contained in:
parent
a2b23c8452
commit
167ad4d345
2 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ ac_cv_func_pwrite=yes
|
|||
ac_cv_file__dev_random=yes
|
||||
ac_cv_file__dev_urandom=yes
|
||||
|
||||
# ruby
|
||||
ac_cv_func_isnan=yes
|
||||
ac_cv_func_isinf=yes
|
||||
|
||||
# apr
|
||||
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
|
||||
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue