From ee2b5f156c1ce6226b7ef03752719c6e83c31d19 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 21 Jan 2012 09:22:24 +0000 Subject: [PATCH] E: By default, disable wayland client support in comp module. SVN revision: 67425 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee7ac953f..783939b25 100644 --- a/configure.ac +++ b/configure.ac @@ -731,7 +731,7 @@ have_wayland=no AC_ARG_ENABLE([wayland-clients], AS_HELP_STRING([--enable-wayland-clients],[enable wayland clients in composite module @<:@default=disabled@:>@]), [e_cv_want_wayland_clients=$enableval], - [e_cv_want_wayland_clients=yes]) + [e_cv_want_wayland_clients=no]) AC_MSG_CHECKING([whether wayland client support is enabled]) AC_MSG_RESULT([${e_cv_want_wayland_clients}])