From f4cd09570ceb8c99fdec6b0018125a8375b2db5b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 12 Jan 2026 10:29:57 +0100 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index e04ec29..fc713e9 100644 --- a/configure.ac +++ b/configure.ac @@ -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