disable startup notification by default
authorMikael Magnusson <mikachu@comhem.se>
Thu, 17 Aug 2006 21:03:42 +0000 (21:03 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 17 Aug 2006 21:03:42 +0000 (21:03 +0000)
configure.ac

index cc84622..9738faa 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