bumped GTK req. to 1.2.6 -- I hadn't updated GTK or glib in a while and

* configure.in: bumped GTK req. to 1.2.6 -- I hadn't updated GTK
	or glib in a while and the silent acceptance of out-of-date
	versions was making for a lot of annoying bugs.  This should be
	updated whenever appropriate, not simply ignored until major
	release time, people.
This commit is contained in:
Kelly Martin 2000-01-02 18:01:44 +00:00
parent 8057d056f2
commit c0944df909
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2000-01-02 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
* configure.in: bumped GTK req. to 1.2.6 -- I hadn't updated GTK
or glib in a while and the silent acceptance of out-of-date
versions was making for a lot of annoying bugs. This should be
updated whenever appropriate, not simply ignored until major
release time, people.
Sun Jan 2 16:43:46 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/AlienMap/AlienMap.c

View File

@ -96,7 +96,7 @@ ALL_LINGUAS="cs da de fi fr hu it ja ko nl no pl ru sk sv"
AM_GNU_GETTEXT
dnl Check for GTK+
AM_PATH_GTK(1.2.1,,
AM_PATH_GTK(1.2.6,,
AC_MSG_ERROR(Test for GTK failed. See the file 'INSTALL' for help.))
changequote(,)dnl