configure.ac: drop obsolete checks for libc functions

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 12:24:32 +01:00
parent b03ab5d56c
commit 6c7e020746

View File

@@ -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=suntcx