From 0c119779ad570b9380e48093ca4b2832b0e5a6a5 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 3 Jan 2013 15:53:01 +0100 Subject: [PATCH] build: disable wlterm by default wlterm hasn't been updated for long and it will take some more time to get it to work with recent Wayland protocol. Hence, disable it so it doesn't matter if it breaks for now. Signed-off-by: David Herrmann --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3eb0803..481b373 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AC_ARG_ENABLE([wlterm], [AS_HELP_STRING([--enable-wlterm], [build wlterm])]) if test "x$enable_wlterm" = "x" ; then - enable_wlterm="yes (default)" + enable_wlterm="no (default)" fi AC_MSG_RESULT([$enable_wlterm])