Eliminate an unnecessary dependency.

Last-Update: 2010-02-20

Gbp-Pq: Name prune-deps
This commit is contained in:
Christopher Martin 2022-05-14 03:32:58 +08:00 committed by openKylinBot
parent 55f8875beb
commit 2f96fa0367
1 changed files with 0 additions and 2 deletions

View File

@ -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!])