Skip to content

configure.ac: fix STDC_HEADERS typo #459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2022
Merged

configure.ac: fix STDC_HEADERS typo #459

merged 1 commit into from
Apr 2, 2022

Conversation

thesamesam
Copy link
Contributor

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

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>
@bradh352 bradh352 merged commit 77adcc5 into c-ares:main Apr 2, 2022
@thesamesam thesamesam deleted the configure branch April 2, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants