From 8377e7b7feade633a00766de23f685e028413fcb Mon Sep 17 00:00:00 2001 From: "HIGUCHI Daisuke (VDR dai)" Date: Sat, 12 May 2018 14:24:54 +0900 Subject: [PATCH] Some architectures has stub for getcontext, so we just use CHECK_FUNCS Author: NIIBE Yutaka --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3bb411b8..9391ac74 100644 --- a/configure.ac +++ b/configure.ac @@ -203,10 +203,10 @@ AX_LANG_WNOERROR # end AC_LANG_WERROR # Checks for library functions # -AX_FUNC_GETCONTEXT +# AX_FUNC_GETCONTEXT AX_FUNC_SIGSETJMP -AC_CHECK_FUNCS([strtoll strtoimax \ +AC_CHECK_FUNCS([getcontext strtoll strtoimax \ memalign \ fileno getcwd getpagesize])