comparison 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
comparison
equal deleted inserted replaced
138:64a8fa2ba5f2 139:7cc2cc5f6f21
44 44
45 45
46 dnl *** 46 dnl ***
47 dnl *** Checks for generic libraries 47 dnl *** Checks for generic libraries
48 dnl *** 48 dnl ***
49 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/)])) 49 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/)]))
50 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) 50 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)
51 51
52 52
53 dnl *** 53 dnl ***
54 dnl *** Checks for header files, types and functions 54 dnl *** Checks for header files, types and functions
55 dnl *** 55 dnl ***