changeset 139:7cc2cc5f6f21

Changed glib/gtk+ requirement to 1.2.5 instead of 1.2.8, for those people who still use ancient software.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2004 04:31:01 +0000
parents 64a8fa2ba5f2
children 8b9c14540e53
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Feb 26 02:45:02 2004 +0000
+++ b/configure.in	Thu Feb 26 04:31:01 2004 +0000
@@ -46,8 +46,8 @@
 dnl ***
 dnl *** Checks for generic libraries
 dnl ***
-AM_PATH_GLIB(1.2.8,,AC_MSG_ERROR([*** GLib >= 1.2.8 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)]))
-AM_PATH_GTK(1.2.8,,AC_MSG_ERROR([*** Gtk+ >= 1.2.8 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread)
+AM_PATH_GLIB(1.2.5,,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)]))
+AM_PATH_GTK(1.2.5,,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread)
 
 
 dnl ***