diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e52bcd97..45994291 100644 --- a/configure.ac +++ b/configure.ac @@ -219,6 +219,12 @@ if test "x$have_exa_h" = xyes; then AC_DEFINE(USE_EXA, 1, [Build support for Exa]) fi fi + +AC_CHECK_DECL(xf86XVFillKeyHelperDrawable, + [AC_DEFINE(HAVE_XV_DRAWABLE_HELPER, 1, [Have xf86XVFillKeyHelperDrawable prototype])], + [], + [#include <xf86xv.h>]) + CPPFLAGS="$SAVE_CPPFLAGS" AM_CONDITIONAL(USE_EXA, test "x$USE_EXA" = xyes) |