just make configure --help output slightly less confusing, no functional change
This commit is contained in:
parent
174f5b476d
commit
f5202acb60
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ AC_SUBST(GLIB_LIBS)
|
|||
AC_ARG_ENABLE(pango,
|
||||
AC_HELP_STRING(
|
||||
[--disable-pango],
|
||||
[disable the pango library [[default=yes]]]
|
||||
[disable the pango library [[default=enabled]]]
|
||||
),
|
||||
[enable_pango=$enableval],
|
||||
[enable_pango=yes]
|
||||
|
@ -108,7 +108,7 @@ AC_SUBST(XML_LIBS)
|
|||
AC_ARG_ENABLE(startup-notification,
|
||||
AC_HELP_STRING(
|
||||
[--enable-startup-notification],
|
||||
[enable the startup notification library. [[default=no]]]
|
||||
[enable the startup notification library. [[default=disabled]]]
|
||||
),
|
||||
[enable_sn=$enableval],
|
||||
[enable_sn=no]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue