summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-05-14 15:38:07 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-22 18:48:40 -0700
commitd65e042084e2300c549ab28c22b372494730174d (patch)
treeb624f9ddbe041aa3acd0655ca8b5e7692af4caa8 /configure.ac
parentcb476dbdef5d75ec16dd1016a17f3f063d7e61a3 (diff)
no need to check for xf86XVFillKeyHelperDrawable()
It's always present at least for >= 1.18 now. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage/-/merge_requests/10>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c6b1e78..4d39220 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,10 +112,6 @@ CFLAGS="$XORG_CFLAGS"
AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[XSERVER_LIBPCIACCESS=yes], [XSERVER_LIBPCIACCESS=no],
[#include "xorg-server.h"])
-AC_CHECK_DECL(xf86XVFillKeyHelperDrawable,
- [AC_DEFINE(HAVE_XV_DRAWABLE_HELPER, 1, [Have xf86XVFillKeyHelperDrawable prototype])],
- [],
- [#include "xf86xv.h"])
CFLAGS="$save_CFLAGS"
if test "x$XSERVER_LIBPCIACCESS" = xyes; then