From 1695d658381d5e07f1028ba396c6cc3e81da044e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 12:26:02 +0100 Subject: [PATCH] configure.ac: drop obsolete checks for libc functions Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 076f52c..97b954a 100644 --- a/configure.ac +++ b/configure.ac @@ -60,13 +60,6 @@ XORG_DRIVER_CHECK_EXT(RENDER, renderproto) # Obtain compiler/linker options for the driver dependencies PKG_CHECK_MODULES(XORG, [xorg-server >= 1.18 xproto fontsproto $REQUIRED_MODULES]) -# Checks for libraries. - -# 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=suncg3