all repos — openbox @ f5202acb60c56c35e21a4d5cce8687a46df4da92

openbox fork - make it a bit more like ryudo

just make configure --help output slightly less confusing, no functional change
Mikael Magnusson mikachu@comhem.se
commit

f5202acb60c56c35e21a4d5cce8687a46df4da92

parent

174f5b476d54ee1f3786ffa78a2989b73d321294

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M configure.acconfigure.ac

@@ -77,7 +77,7 @@

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_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]
M m4/x11.m4m4/x11.m4

@@ -407,7 +407,7 @@ AC_REQUIRE([X11_DEVEL])

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