summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-09-08 03:22:45 +0200
committerVincent Untz <vuntz@gnome.org>2009-09-08 03:22:45 +0200
commit0e13aea303cd9fa03398334204b2742060fd1c4a (patch)
treee54f59bc2405eb9f805b49aaf42357b2093a316b
parent78c009e5c822524372d6513c923ee45defdd3514 (diff)
downloadlibwnck-0e13aea303cd9fa03398334204b2742060fd1c4a.tar.gz
[build] Fix previous commit: startup-notification was never used
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 75fad2d..aad8a44 100644
--- a/configure.in
+++ b/configure.in
@@ -92,7 +92,7 @@ if test "$enable_startup_notification" != "no"; then
STARTUP_NOTIFICATION_REQUIRED=0.4
PKG_CHECK_MODULES(STARTUP_NOTIFICATION,
[libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_REQUIRED],
- [have_sn=yes]
+ [have_sn=yes],
[have_sn=no])
if test "$have_sn" = "no" -a "$enable_start_notification" = "yes"; then