configure.ac: drop obsolete AM_CONDITIONAL() on debugging

Not used anymore, so no need to keep it around any longer.

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

View File

@@ -56,7 +56,6 @@ AC_ARG_ENABLE(debug, AS_HELP_STRING([--disable-debug],
if test "x$DEBUGGING" = xyes; then
AC_DEFINE(DEBUG, 1, [Enable debugging code])
fi
AM_CONDITIONAL(DEBUG, [test "x$DEBUGGING" = xyes])
# -----------------------------------------------------------------------------
# Determine which joystick backend to build