diff configure.in @ 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 79a526595d16
children a15287f6e89d
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 ***