diff options
Diffstat (limited to 'm4/x11.m4')
| -rw-r--r-- | m4/x11.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -462,7 +462,8 @@ AC_DEFUN([X11_SM], AC_REQUIRE([X11_DEVEL]) AC_ARG_ENABLE([session-management], - [ --disable-session-management build without support for session managers], + AC_HELP_STRING( + [--disable-session-management], [build without support for session managers [[default=yes]]]), [SM=$enableval], [SM="yes"]) if test "$SM" = "yes"; then |
