mirror of https://gitee.com/openkylin/imwheel.git
Eliminate an unnecessary dependency.
Last-Update: 2010-02-20 Gbp-Pq: Name prune-deps
This commit is contained in:
parent
55f8875beb
commit
2f96fa0367
|
@ -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!])
|
||||
|
|
Loading…
Reference in New Issue