mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
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:
committed by
Enrico Weigelt
parent
3a2da3e251
commit
f4cd09570c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user