summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-10-28 14:00:35 -0500
committerMike Gorse <mgorse@suse.com>2015-10-28 14:00:35 -0500
commit7ebb237d55c677458f345117799b90386f791165 (patch)
tree80990a4df3069cc2b957f6037d5f61904c99314a
parent5ef3bfa4b541682b012e85961887bf4a7916d87e (diff)
downloadat-spi2-core-7ebb237d55c677458f345117799b90386f791165.tar.gz
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.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a5853433..c6258c39 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