Mercurial > pidgin
diff configure.ac @ 2862:ad4057cb228f
[gaim-migrate @ 2875]
i'm not like them, but i can pretend.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 09 Dec 2001 13:18:58 +0000 |
| parents | b1e300a85678 |
| children | 02f048b66155 |
line wrap: on
line diff
--- a/configure.ac Sun Dec 09 10:55:24 2001 +0000 +++ b/configure.ac Sun Dec 09 13:18:58 2001 +0000 @@ -167,11 +167,11 @@ fi if test "x$enable_gnome" != "xyes" -a "x$enable_gtk2" != "xyes" ; then - AM_PATH_GLIB(1.2.3,,AC_MSG_ERROR([ + AM_PATH_GLIB(1.2.5,,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.3,,AC_MSG_ERROR([ + AM_PATH_GTK(1.2.5,,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/.]))
