From c23a302b21047aaf862e83db7957684a79d590a6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 12:22:27 +0100 Subject: [PATCH] configure.ac: drop obsolete checks for libc functions Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 72da38d..5cb6a7c 100644 --- a/configure.ac +++ b/configure.ac @@ -122,11 +122,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -# Checks for library functions -# We don't use strlcat, strlcpy, or timingsafe_memcmp, but check to quiet -# -Wredundant-decls warning from xorg/os.h which will otherwise redefine them. -AC_CHECK_FUNCS([strlcat strlcpy timingsafe_memcmp]) - AC_SUBST([moduledir]) DRIVER_NAME=sis