comparison configure.ac @ 734:60c449d7e3b4

Update Gtk+1 version requirement to the last release.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 12:06:31 +0200
parents ee48a7323280
children 1921c7d53ea3
comparison
equal deleted inserted replaced
733:ee48a7323280 734:60c449d7e3b4
49 49
50 dnl *** 50 dnl ***
51 dnl *** Checks for generic libraries 51 dnl *** Checks for generic libraries
52 dnl *** 52 dnl ***
53 AC_CHECK_HEADER([pthread.h],,AC_MSG_ERROR([[*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]])) 53 AC_CHECK_HEADER([pthread.h],,AC_MSG_ERROR([[*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]]))
54 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/)]])) 54 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/)]]))
55 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]) 55 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])
56 56
57 57
58 dnl *** 58 dnl ***
59 dnl *** Checks for header files, types and functions 59 dnl *** Checks for header files, types and functions
60 dnl *** 60 dnl ***