mirror of https://github.com/c-ares/c-ares.git
configure.ac: fix STDC_HEADERS typo (#459)
There is no autoconf macro called STDC_HEADERS. AC_HEADER_STDC however does exist and it defines the STDC_HEADERS macro for use. Not clear that STDC_HEADERS from its use in the repo is needed but would rather not meddle with it for now. Fixes an annoying warning on `./configure`: ``` /var/tmp/portage/net-dns/c-ares-1.18.1/work/c-ares-1.18.1/configure: 24546: STDC_HEADERS: not found ``` Signed-off-by: Sam James <sam@gentoo.org>pull/464/head
parent
b5a3d969e2
commit
77adcc5e51
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue