Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv18901
Modified Files:
configure.ac
Log Message:
gaim requires at least 1.2.3, but it should probably be 1.2.8, since i've seen problems with 1.2.7.
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- configure.ac 2001/11/11 18:07:45 1.28
+++ configure.ac 2001/11/13 06:14:07 1.29
@@ -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)
|