# HG changeset patch # User Eric Warmenhoven # Date 1005632047 0 # Node ID 66e5c6a08bbb06125c7bc2a5e5e3aaeae9b4536f # Parent df0832a9ccecc0f652ec55c6f401390614b10f97 [gaim-migrate @ 2723] gaim requires at least 1.2.3, but it should probably be 1.2.8, since i've seen problems with 1.2.7. committer: Tailor Script diff -r df0832a9ccec -r 66e5c6a08bbb configure.ac --- a/configure.ac Tue Nov 13 06:07:32 2001 +0000 +++ b/configure.ac Tue Nov 13 06:14:07 2001 +0000 @@ -140,11 +140,11 @@ fi if test "x$enable_gnome" != "xyes" ; then - AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR([ + AM_PATH_GLIB(1.2.3,,AC_MSG_ERROR([ *** GLib is required to build Gaim; please make sure you have the GLib *** development headers installed. The latest version of GLib is *** always available at http://www.gtk.org/.])) - AM_PATH_GTK(1.2.0,,AC_MSG_ERROR([ + AM_PATH_GTK(1.2.3,,AC_MSG_ERROR([ *** GTK+ is required to build Gaim; please make sure you have the GTK+ *** development headers installed. The latest version of GTK+ is *** always available at http://www.gtk.org/.]),gthread)