Skip to content

configure.ac: fix STDC_HEADERS typo#459

Merged
bradh352 merged 1 commit into
c-ares:mainfrom
thesamesam:configure
Apr 2, 2022
Merged

configure.ac: fix STDC_HEADERS typo#459
bradh352 merged 1 commit into
c-ares:mainfrom
thesamesam:configure

Conversation

@thesamesam

Copy link
Copy Markdown
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