diff options
author | Paul Seidler <pl.seidler@gmail.com> | 2011-04-07 21:14:42 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-04-07 15:38:44 -0400 |
commit | e6dc21ba3b908ed93e08e39731733c871a91e171 (patch) | |
tree | 300f8279cee1bd15d3c9e79b00154f59a24d33f7 /configure.in | |
parent | a8539a688bf83e1ab79167e257df308d1424a103 (diff) | |
download | nautilus-e6dc21ba3b908ed93e08e39731733c871a91e171.tar.gz |
libnotify: need at least 0.7.0
https://bugzilla.gnome.org/show_bug.cgi?id=647088
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 776da5017..30a71049f 100644 --- a/configure.in +++ b/configure.in @@ -9,6 +9,7 @@ m4_define(gtk_minver, 3.0.8) m4_define(xml_minver, 2.7.8) m4_define(exif_minver, 0.6.20) m4_define(exempi_minver, 2.1.0) +m4_define(notify_minver, 0.7.0) dnl 1. If the library code has changed at all since last release, then increment revision. @@ -295,7 +296,7 @@ PKG_CHECK_MODULES(NAUTILUS, [ gio-2.0 >= glib_minver gio-unix-2.0 >= glib_minver gsettings-desktop-schemas - libnotify + libnotify >= notify_minver ]) AC_SUBST(NAUTILUS_CFLAGS) |