]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
just make configure --help output slightly less confusing, no functional change
[chaz/openbox] / configure.ac
index bb85c396b0452fccd7bbcb48017cfb114451621d..ed6392b912a2a97d54f1ffabc07ab211b7e27dea 100644 (file)
@@ -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]
This page took 0.021883 seconds and 4 git commands to generate.