disable startup notification by default
This commit is contained in:
parent
7b7f158088
commit
dba2fa3d71
1 changed files with 3 additions and 3 deletions
|
@ -107,11 +107,11 @@ AC_SUBST(XML_LIBS)
|
||||||
|
|
||||||
AC_ARG_ENABLE(startup-notification,
|
AC_ARG_ENABLE(startup-notification,
|
||||||
AC_HELP_STRING(
|
AC_HELP_STRING(
|
||||||
[--disable-startup-notification],
|
[--enable-startup-notification],
|
||||||
[disable the startup notification library. [[default=yes]]]
|
[enable the startup notification library. [[default=no]]]
|
||||||
),
|
),
|
||||||
[enable_sn=$enableval],
|
[enable_sn=$enableval],
|
||||||
[enable_sn=yes]
|
[enable_sn=no]
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "$enable_sn" = yes; then
|
if test "$enable_sn" = yes; then
|
||||||
|
|
Loading…
Reference in a new issue