changeset 2710:66e5c6a08bbb

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 13 Nov 2001 06:14:07 +0000
parents df0832a9ccec
children b7455c506979
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)