Drop definition of deprecated substitution type ksize_t.

This avoids FTBFS on FreeBSD 12.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 5 years ago
parent 2ba4c0d451
commit 68f23556e6
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -3571,8 +3571,6 @@ AC_DEFUN([AC_CHECK_SOCKLEN_T],
fi
AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
[type to use in place of socklen_t if not defined])
AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
[type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
])
dnl This is a merge of some macros out of the gettext aclocal.m4

Loading…
Cancel
Save