[libwnck] [build] Fix previous commit: startup-notification was never used
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libwnck] [build] Fix previous commit: startup-notification was never used
- Date: Tue, 8 Sep 2009 01:23:57 +0000 (UTC)
commit 0e13aea303cd9fa03398334204b2742060fd1c4a
Author: Vincent Untz <vuntz gnome org>
Date: Tue Sep 8 03:22:45 2009 +0200
[build] Fix previous commit: startup-notification was never used
configure.in | 2 +-
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]