summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/x11.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/x11.m4 b/m4/x11.m4
index 54d22226..2eae1db5 100644
--- a/m4/x11.m4
+++ b/m4/x11.m4
@@ -407,7 +407,7 @@ AC_DEFUN([X11_SM],
AC_ARG_ENABLE([session-management],
AC_HELP_STRING(
- [--disable-session-management], [build without support for session managers [[default=yes]]]),
+ [--disable-session-management], [build without support for session managers [[default=enabled]]]),
[SM=$enableval], [SM="yes"])
if test "$SM" = "yes"; then