From: Emil Velikov Date: Thu, 22 Aug 2024 16:04:21 +0000 (+0100) Subject: build: remove finit_module() check X-Git-Tag: v34~486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c296cc184258bea384c11f0a7d21f2fbb9d6f473;p=thirdparty%2Fkmod.git build: remove finit_module() check For over 10 years, init_module(2) has been pretty clear - glibc does not provide a wrapper for the function. AFAICT musl never provided one either. Remove the always failing check. Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi --- diff --git a/configure.ac b/configure.ac index 7acaa8b0..62781470 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,6 @@ AC_PROG_CC_C99 AC_CHECK_FUNCS_ONCE(__xstat) AC_CHECK_FUNCS_ONCE([__secure_getenv secure_getenv]) -AC_CHECK_FUNCS_ONCE([finit_module]) CC_CHECK_FUNC_BUILTIN([__builtin_clz]) CC_CHECK_FUNC_BUILTIN([__builtin_types_compatible_p])