The libkcapi 1.3.0 brings a couple of changes needed for GnuTLS:
* fix: remove prctl PR_SET_DUMPABLE to allow library to be debugged
* fix: ensure that sendmsg is always used as fallback when vmsplice cannot be used
Signed-off-by: Daiki Ueno <ueno@gnu.org>
AC_MSG_RESULT($enable_afalg)
if test "$enable_afalg" = "yes"; then
- PKG_CHECK_MODULES(LIBKCAPI, [libkcapi >= 1.2.1], [], [enable_afalg=no])
+ PKG_CHECK_MODULES(LIBKCAPI, [libkcapi >= 1.3.0], [], [enable_afalg=no])
fi
if test "$enable_afalg" = "yes"; then
AC_DEFINE([ENABLE_AFALG], 1, [Enable AF_ALG support])