enable startup notification by default.
This commit is contained in:
parent
e6fba91476
commit
36effc5ab7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue