configure.ac: drop unused VIDEO_DEBUG

The --debug flag isn't actually used anywhere, so lets drop it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-12 12:57:10 +01:00
committed by Enrico Weigelt
parent dc4d2633e4
commit 9c90ff866f

View File

@@ -47,11 +47,6 @@ sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for header files.
AC_HEADER_STDC
AM_CONDITIONAL(VIDEO_DEBUG, test x$VIDEO_DEBUG = xyes)
if test "$VIDEO_DEBUG" = yes; then
AC_DEFINE(VIDEO_DEBUG,1,[Enable debug support])
fi
AC_SUBST([moduledir])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])