gimp r28133 - branches/gimp-2-6



Author: neo
Date: Tue Mar 10 13:53:11 2009
New Revision: 28133
URL: http://svn.gnome.org/viewvc/gimp?rev=28133&view=rev

Log:
2009-03-10  Sven Neumann  <sven gimp org>

	Bug 572403 â gimp-2.6 crashed with SIGSEGV in IA__g_object_get()

	* configure.in: fixed check for newer version of GTK+ that
	determines if GTK_DISABLE_DEPRECATED is used.



Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/configure.in

Modified: branches/gimp-2-6/configure.in
==============================================================================
--- branches/gimp-2-6/configure.in	(original)
+++ branches/gimp-2-6/configure.in	Tue Mar 10 13:53:11 2009
@@ -473,8 +473,8 @@
   AC_MSG_ERROR(Test for GTK+ failed. See the file 'INSTALL' for help.),
   gthread)
 
-AC_MSG_CHECKING([if GTK+ is version 2.17.0 or newer])
-if $PKG_CONFIG --atleast-version=2.17.0 gtk+-2.0; then
+AC_MSG_CHECKING([if GTK+ is version 2.15.0 or newer])
+if $PKG_CONFIG --atleast-version=2.15.0 gtk+-2.0; then
   have_gtk_2_15=yes
 else
   have_gtk_2_15=no



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]