pwritev2 \
readlinkat \
semtimedop \
+ setcontext \
signalfd \
sigwaitinfo \
strchr \
[test x$ac_cv_func_preadv = xyes && test x$ac_cv_func_pwritev = xyes])
AM_CONDITIONAL([HAVE_PREADV2_PWRITEV2],
[test x$ac_cv_func_preadv2 = xyes && test x$ac_cv_func_pwritev2 = xyes])
+AM_CONDITIONAL([HAVE_SETCONTEXT], [test x$ac_cv_func_setcontext = xyes])
AM_CONDITIONAL([HAVE_SWAPCONTEXT], [test x$ac_cv_func_swapcontext = xyes])
AM_CONDITIONAL([HAVE_MEMFD_CREATE],
[test x$ac_cv_func_memfd_create = xyes])
lsframe2 \
rfcomm \
sigqueue \
- stack_changes \
stack_switch \
syscalls-2007 \
syslog-syscall \
check_PROGRAMS += sys-preadv2_pwritev2
endif
+if HAVE_SETCONTEXT
+ check_PROGRAMS += stack_changes
+endif
+
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)