summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-04-08 10:16:47 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-04-08 10:18:19 +0900
commite5260b6b9f38a91797b2cb5d789e9cbbc97ec485 (patch)
tree68bf7bcb9e5a2b48ec9221fb26297ca401c39084 /configure.ac
parenta7c3e0b9b0ff636d498a9d82f4ced8b5fac50a8b (diff)
downloadlibgcrypt-e5260b6b9f38a91797b2cb5d789e9cbbc97ec485.tar.gz
build: Remove configure checking for socklen_t.
* configure.ac (gl_TYPE_SOCKLEN_T): Remove. * m4/socklen.m4: Remove. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b772e1be..3e415cea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -813,8 +813,6 @@ AC_TYPE_PID_T
AC_CHECK_TYPES([byte, ushort, u16, u32, u64])
-gl_TYPE_SOCKLEN_T
-
#
# Check for __builtin_bswap32 intrinsic.
#