summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-22 16:17:50 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-22 16:17:50 +0000
commitf5202acb60c56c35e21a4d5cce8687a46df4da92 (patch)
tree32026e89b24c4e67f509b49a2668ef68c620f679 /configure.ac
parent174f5b476d54ee1f3786ffa78a2989b73d321294 (diff)
just make configure --help output slightly less confusing, no functional change
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bb85c396..ed6392b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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]