configure.in version for startup_notification is wrong



Sorry, I should have noticed this with my patches in February and
March, but I didn't.  Those patches used libstartup-notification
functions that only exist in versions >= 0.8.  Anyway, trivial patch
to configure.in is attached to fix this issue.

Elijah
Index: configure.in
===================================================================
RCS file: /cvs/gnome/nautilus/configure.in,v
retrieving revision 1.631
diff -p -u -r1.631 configure.in
--- configure.in	11 Jul 2005 12:10:48 -0000	1.631
+++ configure.in	13 Jul 2005 22:07:34 -0000
@@ -17,7 +17,7 @@ m4_define(pango_minver,                1
 m4_define(gtk_minver,                  2.6.0)
 m4_define(rsvg_minver,                 2.0.1)
 m4_define(xml_minver,                  2.4.7)
-m4_define(startup_notification_minver, 0.5)
+m4_define(startup_notification_minver, 0.8)
 m4_define(exif_minver,                 0.5.12)
 
 AC_INIT(nautilus, 2.11.5,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]