Disable xevie by default
authorMike Gorse <mgorse@suse.com>
Wed, 28 Oct 2015 19:00:35 +0000 (14:00 -0500)
committerMike Gorse <mgorse@suse.com>
Wed, 28 Oct 2015 19:00:35 +0000 (14:00 -0500)
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

index a585343..c6258c3 100644 (file)
@@ -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