discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6e9d6726bb50c5078602e43a10911ce3f31b8c08

commit 6e9d6726bb50c5078602e43a10911ce3f31b8c08
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jun 29 13:30:00 2015 -0400

    rename --enable-wayland-only to --enable-wayland
    
    wayland-only is only enabled if xwayland and x11 output are disabled
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c9e24d2..05900d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -446,11 +446,11 @@ AM_CONDITIONAL([HAVE_EEZE_MOUNT], [test -n "$eeze_mount"])
 # verify "wayland-only" early to adapt dependencies
 
 have_wayland_only=no
-AC_ARG_ENABLE([wayland-only],
-  AS_HELP_STRING([--enable-wayland-only],[enable wayland-only version of 
enlightenment @<:@default=disabled@:>@]),
+AC_ARG_ENABLE([wayland],
+  AS_HELP_STRING([--enable-wayland],[enable wayland support in enlightenment 
@<:@default=disabled@:>@]),
   [e_cv_want_wayland_only=$enableval],
   [e_cv_want_wayland_only=no])
-AC_MSG_CHECKING([whether wayland-only version is enabled])
+AC_MSG_CHECKING([whether wayland support is enabled])
 AC_MSG_RESULT([${e_cv_want_wayland_only}])
 
 # doxygen program for documentation building

-- 


Reply via email to