aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 19:49:49 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 19:49:49 +0800
commit14c9dc50969c61a7783bab1af5042d0570c2ffb0 (patch)
tree87a17bf41f8f2f40011a233fdc20ba129cdaa32a
parentfebeaeb124bc49ee23226b87d3ed4770c69eaa9b (diff)
downloadgsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar.gz
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar.bz2
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar.lz
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar.xz
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.tar.zst
gsoc2013-evolution-14c9dc50969c61a7783bab1af5042d0570c2ffb0.zip
changed the version of libnotify from 0.30 to 0.3.0
svn path=/trunk/; revision=31212
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c078911874..04fb39902c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2006-01-16 Chenthill Palanisamy <pchenthill@novell.com>
- * configure.in: Use libnotify >= 0.30.
+ * configure.in: Use libnotify >= 0.3.0.
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
diff --git a/configure.in b/configure.in
index 0767cab7a6..0c3c34a44f 100644
--- a/configure.in
+++ b/configure.in
@@ -1239,7 +1239,7 @@ fi
LIBNOTIFY_CFLAGS=
LIBNOTIFY_LIBS=
-PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.30, HAVE_LIBNOTIFY="yes", HAVE_LIBNOTIFY="no")
+PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.3.0, HAVE_LIBNOTIFY="yes", HAVE_LIBNOTIFY="no")
if test "x$HAVE_LIBNOTIFY" = "xyes"; then
AC_DEFINE(HAVE_LIBNOTIFY, 1, [libnotify available])
libnotify="libnotify"