From 25d287d1e5b89c276baa1676afcc8c3297e6e309 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Oct 2018 08:03:51 +0200 Subject: 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 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3