From: Dana Jansens Date: Mon, 5 Mar 2007 04:35:54 +0000 (+0000) Subject: enable startup notification by default. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=36effc5ab7cc1fb656d2547a291ffe57e4cef44c;p=chaz%2Fopenbox enable startup notification by default. --- 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