--- 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)