From: Bastian Germann <bage@debian.org>
Date: Thu, 24 Aug 2023 12:09:35 +0000
Subject: Fix xgnokii detection

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index e4b688c..982b7bc 100644
--- a/configure.in
+++ b/configure.in
@@ -689,7 +689,7 @@ else
    fi
 fi
 
-AM_CONDITIONAL(XGNOKII, test "x$_support" = "xyes")
+AM_CONDITIONAL(XGNOKII, test "x$x_support" = "xyes")
 
 dnl ======================== Check for libsocket
 AC_CHECK_LIB(socket, socket)
