diff options
author | Christopher Tubbs <ctubbsii@apache.org> | 2022-05-23 12:08:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 12:08:47 -0400 |
commit | b90f2bcb8696e2da40aeadf6e6f3eb4904f868e5 (patch) | |
tree | c458810286ba951fc335c881e817af824bcf66e0 /tutorial | |
parent | c6f18a596e108f7913185a09c0c0f7d29893611b (diff) | |
download | thrift-b90f2bcb8696e2da40aeadf6e6f3eb4904f868e5.tar.gz |
Trivial: Add missing AC_CHECK_HEADERS (#2610)
Fix warnings running bootstrap.sh for the following by adding missing
entries in configure.ac:
```
configure.ac: warning: missing AC_CHECK_HEADERS([stdint.h]) wanted by: lib/rb/ext/binary_protocol_accelerated.c:22
configure.ac: warning: missing AC_CHECK_HEADERS([strings.h]) wanted by: lib/cpp/src/thrift/transport/TFileTransport.cpp:39
```
Sort all of the AC_CHECK_HEADERS lines, for easier readability in configure.ac
Diffstat (limited to 'tutorial')
0 files changed, 0 insertions, 0 deletions