summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@suse.com>2016-01-12 11:15:44 +0100
committerFrederic Crozat <fcrozat@suse.com>2016-02-04 17:12:55 +0100
commita5aea71e6747eee020bf8e8a6b944b99d830c75c (patch)
treef8f68825b74dae8f6028b50b229e7eb7efe06cd6
parentfe67729d1e169aa5e24c2e2c5c389042c40df1ac (diff)
downloadgdm-a5aea71e6747eee020bf8e8a6b944b99d830c75c.tar.gz
configure: ensure wayland support is properly displayed in configure summary
Wayland support status was never properly displayed in configure summary output. https://bugzilla.gnome.org/show_bug.cgi?id=760512
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f2010f17..791e2162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1586,7 +1586,7 @@ echo \
SELinux support: ${use_selinux}
systemd unit dir: ${with_systemdsystemunitdir}
plymouth support: ${use_plymouth}
- wayland support: ${use_wayland}
+ wayland support: ${enable_wayland_support}
Build with RBAC: ${msg_rbac_shutdown}
Initial VT: ${GDM_INITIAL_VT}
Enable documentation: ${enable_documentation}