summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-17 21:03:42 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-17 21:03:42 +0000
commitdba2fa3d712d63218f90071a3638fbddeb08237d (patch)
tree6ac08afb50dc9f273dd497bb10e849fea3635066
parent7b7f158088fa548791922b7cf133e507d3873656 (diff)
disable startup notification by default
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cc846227..9738faa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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