From 7ebb237d55c677458f345117799b90386f791165 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Wed, 28 Oct 2015 14:00:35 -0500 Subject: [PATCH] Disable xevie by default I have no idea if this code is still usable, and afaik xevie has been unmaintained for years. Often the extension is missing on the X server, in which case our xevie code has no effect other than to spam the user's log. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a585343..c6258c3 100644 --- a/configure.ac +++ b/configure.ac @@ -127,8 +127,8 @@ save_LIBS="$LIBS" LIBS="" AC_ARG_ENABLE(xevie, [AS_HELP_STRING([--enable-xevie], - [Build with XEViE support [default=yes]])], - enable_xevie="$enableval", enable_xevie=yes) + [Build with XEViE support [default=no]])], + enable_xevie="$enableval", enable_xevie=no) if test -z "$backend_set"; then enable_x11_backend=yes -- 2.7.4