]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
disable startup notification by default
[chaz/openbox] / configure.ac
index cc84622754babfe8f16ca393c00f26462e854bc6..9738faa9f16f3b4412b6a5e3d116cc0f8431f0a9 100644 (file)
@@ -107,11 +107,11 @@ AC_SUBST(XML_LIBS)
 
 AC_ARG_ENABLE(startup-notification,
   AC_HELP_STRING(
-    [--disable-startup-notification],
-    [disable the startup notification library. [[default=yes]]]
+    [--enable-startup-notification],
+    [enable the startup notification library. [[default=no]]]
   ),
   [enable_sn=$enableval],
-  [enable_sn=yes]
+  [enable_sn=no]
 )
 
 if test "$enable_sn" = yes; then
This page took 0.020838 seconds and 4 git commands to generate.