summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2022-11-27 16:03:39 -0500
committerJay Satiro <raysatiro@yahoo.com>2022-12-07 14:30:32 -0500
commit57d3477e77629430889a4159d2bf803892caf7c7 (patch)
tree535ee39190cfbe3ddf3eeb0cf940879bf62aa2fe /configure.ac
parent7865d09e4cddeb8faebadcbd24fb8f26cc9f81ec (diff)
downloadcurl-57d3477e77629430889a4159d2bf803892caf7c7.tar.gz
build: assume assert.h is always available
- Remove assert.h detection from all build configurations. assert.h is a standard header according to C89. I had proposed this several years ago as part of a larger change that was abandoned. Ref: https://github.com/curl/curl/issues/1237#issuecomment-277500720 Closes https://github.com/curl/curl/pull/9985
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5b82d439b..ef607afa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3307,13 +3307,12 @@ AC_CHECK_HEADERS(
sys/socket.h \
sys/ioctl.h \
sys/uio.h \
- assert.h \
unistd.h \
stdlib.h \
arpa/inet.h \
net/if.h \
netinet/in.h \
- netinet/in6.h \
+ netinet/in6.h \
sys/un.h \
linux/tcp.h \
netinet/tcp.h \