diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2021-05-05 16:20:40 +0000 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2021-05-05 15:31:30 -0400 |
| commit | 23a98237df28ad01d17b163eb650dfbd321b13ba (patch) | |
| tree | 5fb24b61788114b3a83bece3d1561f9555dc7b0d /include/ruby/internal | |
| parent | 192150051144c0242ee44df26952dfe31b83cac2 (diff) | |
Fix PAGE_SIZE macro detection in autoconf
The current fix for PAGE_SIZE macro detection in autoconf does not work
correctly. I see the following output with running configure on Linux:
```
checking PAGE_SIZE is defined... no
```
Linux has PAGE_SIZE macro. This is happening because the macro exists in
sys/user.h and not in the malloc headers.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4461
Diffstat (limited to 'include/ruby/internal')
0 files changed, 0 insertions, 0 deletions
