diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 19:47:04 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 19:47:04 +0800 |
commit | febeaeb124bc49ee23226b87d3ed4770c69eaa9b (patch) | |
tree | a607d8b831ad5b111416ad2e25f4c0864b225381 /configure.in | |
parent | 3732aabca58ffd28487a1d7dc8c449e216a20917 (diff) | |
download | gsoc2013-evolution-febeaeb124bc49ee23226b87d3ed4770c69eaa9b.tar.gz gsoc2013-evolution-febeaeb124bc49ee23226b87d3ed4770c69eaa9b.tar.zst gsoc2013-evolution-febeaeb124bc49ee23226b87d3ed4770c69eaa9b.zip |
fixes #325629
svn path=/trunk/; revision=31211
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f87f7b5c1c..0767cab7a6 100644 --- a/configure.in +++ b/configure.in @@ -1239,7 +1239,7 @@ fi LIBNOTIFY_CFLAGS= LIBNOTIFY_LIBS= -PKG_CHECK_MODULES(LIBNOTIFY, libnotify, HAVE_LIBNOTIFY="yes", HAVE_LIBNOTIFY="no") +PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.30, HAVE_LIBNOTIFY="yes", HAVE_LIBNOTIFY="no") if test "x$HAVE_LIBNOTIFY" = "xyes"; then AC_DEFINE(HAVE_LIBNOTIFY, 1, [libnotify available]) libnotify="libnotify" |