]> Dogcows Code - chaz/openbox/commitdiff
enable startup notification by default.
authorDana Jansens <danakj@orodu.net>
Mon, 5 Mar 2007 04:35:54 +0000 (04:35 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 5 Mar 2007 04:35:54 +0000 (04:35 +0000)
configure.ac

index 09159bb18640837320aa049b0f459cb1a0254b3e..80441ffacf584d7d104f389ebaeb50ec5875fbc0 100644 (file)
@@ -85,10 +85,10 @@ AC_SUBST(XML_LIBS)
 AC_ARG_ENABLE(startup-notification,
   AC_HELP_STRING(
     [--enable-startup-notification],
-    [enable the startup notification library. [[default=disabled]]]
+    [enable the startup notification library. [[default=enabled]]]
   ),
   [enable_sn=$enableval],
-  [enable_sn=no]
+  [enable_sn=yes]
 )
 
 if test "$enable_sn" = yes; then
This page took 0.023199 seconds and 4 git commands to generate.