From: Christopher Martin <chrsmrtn@debian.org>
Date: Sat, 14 May 2022 03:32:58 +0800
Subject: Eliminate an unnecessary dependency.

Last-Update: 2010-02-20
---
 configure.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.in b/configure.in
index b41560f..84a203a 100644
--- a/configure.in
+++ b/configure.in
@@ -321,8 +321,6 @@ LIBS=
 AC_CHECK_LIB(X11, XCreateWindow,, [
 	AC_MSG_ERROR([IMWheel depends on the X11 libraries!])
 ], $LIBS_saved $X_LIBS)
-AC_CHECK_LIB(Xext, XextAddDisplay,,,$LIBS_saved $X_LIBS)
-AC_CHECK_LIB(Xt, XtFree,,,$LIBS_saved $X_LIBS)
 AC_CHECK_LIB(Xmu, XmuInternAtom,,,$LIBS_saved $X_LIBS)
 AC_CHECK_LIB(Xtst, XTestFakeDeviceKeyEvent,, [
 	AC_MSG_ERROR([IMWheel depends on the XTest extention!])
