summaryrefslogtreecommitdiff
path: root/cmake/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2018-10-16 13:59:04 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2018-10-20 13:53:52 +0200
commit195c843b7b6f77819d233460d584672ff16fae93 (patch)
tree68a541b002b8ab2155efe159d4193d0159c36f6b /cmake/ConfigureChecks.cmake
parentae728666d5af4919778e5714ea87d79d252b54fa (diff)
downloaddbus-195c843b7b6f77819d233460d584672ff16fae93.tar.gz
cmake: Add comment to configure checks explaining why we are not specifying HAVE_SOCKLEN_T
Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117 Reviewed-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'cmake/ConfigureChecks.cmake')
-rw-r--r--cmake/ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake
index 3355ce04..aebd6911 100644
--- a/cmake/ConfigureChecks.cmake
+++ b/cmake/ConfigureChecks.cmake
@@ -78,7 +78,7 @@ check_type_size("long" SIZEOF_LONG)
check_type_size("long long" SIZEOF_LONG_LONG)
check_type_size("__int64" SIZEOF___INT64)
set(CMAKE_EXTRA_INCLUDE_FILES "sys/socket.h")
-check_type_size("socklen_t" SOCKLEN_T) # dbus-sysdeps-unix.c
+check_type_size("socklen_t" SOCKLEN_T) # define HAVE_SOCKLEN_T and SOCKLEN_T for size
set(CMAKE_EXTRA_INCLUDE_FILES)
# DBUS_INT64_TYPE