X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=80441ffacf584d7d104f389ebaeb50ec5875fbc0;hb=1fdb434f5ddac7280676fbe91bed8a3d4d21b850;hp=09159bb18640837320aa049b0f459cb1a0254b3e;hpb=037fc862b0dd4535accf7b69a8c0112355bd04b1;p=chaz%2Fopenbox 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