diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-25 08:03:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-25 13:18:23 +0200 |
commit | 25d287d1e5b89c276baa1676afcc8c3297e6e309 (patch) | |
tree | b0ad17e70db608b638e6f590499c54d8c5b724d9 /configure.ac | |
parent | b04e6240384a93c5c14406849b5f12247237a48d (diff) | |
download | curl-25d287d1e5b89c276baa1676afcc8c3297e6e309.tar.gz |
configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T
Follow-up to #3166 which did the cmake part of this. This type/define is
not used.
Closes #3168
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 82ff50320..8a7dd6a14 100755 --- a/configure.ac +++ b/configure.ac @@ -3650,8 +3650,6 @@ CURL_RUN_IFELSE( AC_MSG_RESULT([no]) ]) -CURL_CONFIGURE_CURL_SOCKLEN_T - CURL_CONFIGURE_PULL_SYS_POLL TYPE_IN_ADDR_T |