# HG changeset patch # User Matti Hamalainen # Date 1352109991 -7200 # Node ID 60c449d7e3b4df130491b01e969621c0c761104b # Parent ee48a7323280032fe854374a810fe3464ef5e710 Update Gtk+1 version requirement to the last release. diff -r ee48a7323280 -r 60c449d7e3b4 configure.ac --- a/configure.ac Mon Nov 05 12:06:13 2012 +0200 +++ b/configure.ac Mon Nov 05 12:06:31 2012 +0200 @@ -51,8 +51,8 @@ dnl *** Checks for generic libraries dnl *** AC_CHECK_HEADER([pthread.h],,AC_MSG_ERROR([[*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]])) -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]) +AM_PATH_GLIB([1.2.10],,AC_MSG_ERROR([[*** GLib >= 1.2.10 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.10],,AC_MSG_ERROR([[*** Gtk+ >= 1.2.10 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 ***