From 36effc5ab7cc1fb656d2547a291ffe57e4cef44c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 5 Mar 2007 04:35:54 +0000 Subject: [PATCH] enable startup notification by default. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 09159bb1..80441ffa 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.2