summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2021-06-18 09:51:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-18 13:51:57 +0200
commitbaae00f66bb9e59fb283bf27c6da387a58e066e1 (patch)
tree3e8fe8cb3f9fb3cd80a5d7404fae2a66c27591fd /CMakeLists.txt
parent376d2380d2059d1737ee1fa921af0eac0435aff3 (diff)
downloadcurl-baae00f66bb9e59fb283bf27c6da387a58e066e1.tar.gz
configure/cmake: remove remaining checks for err.h
Closes #7276
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fe7376ab..6b22b5d60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -917,7 +917,6 @@ check_include_file_concat("alloca.h" HAVE_ALLOCA_H)
check_include_file_concat("arpa/inet.h" HAVE_ARPA_INET_H)
check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_H)
check_include_file_concat("assert.h" HAVE_ASSERT_H)
-check_include_file_concat("err.h" HAVE_ERR_H)
check_include_file_concat("errno.h" HAVE_ERRNO_H)
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)
check_include_file_concat("idn2.h" HAVE_IDN2_H)