From 0e13aea303cd9fa03398334204b2742060fd1c4a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 8 Sep 2009 03:22:45 +0200 Subject: [build] Fix previous commit: startup-notification was never used --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1