summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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]