E: By default, disable wayland client support in comp module.

SVN revision: 67425
This commit is contained in:
Christopher Michael 2012-01-21 09:22:24 +00:00
parent 2cef205925
commit ee2b5f156c
1 changed files with 1 additions and 1 deletions

View File

@ -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}])