From 5339bdad7661aaf73b01805f1eb3a9d44a086431 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 12:24:09 +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 4bae67f..ad13ada 100644 --- a/configure.ac +++ b/configure.ac @@ -115,11 +115,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=tdfx