enable startup notification by default.

This commit is contained in:
Dana Jansens 2007-03-05 04:35:54 +00:00
parent e6fba91476
commit 36effc5ab7

View file

@ -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