Fixed reversed conditional, so checks against supplied version.

Sat Mar 14 20:07:45 1998  Owen Taylor  <owt1@cornell.edu>

	* gtk.m4: Fixed reversed conditional, so checks against
	  supplied version.
This commit is contained in:
Owen Taylor 1998-03-15 01:15:34 +00:00 committed by Owen Taylor
parent bc8e40387b
commit 85dd78b7d8
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

View File

@ -1,3 +1,8 @@
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against
supplied version.
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers

2
gtk.m4
View File

@ -9,7 +9,7 @@ AC_DEFUN(AM_PATH_GTK,
dnl Get the cflags and libraries from the gtk-config script
dnl
AC_CHECK_PROG(GTK_CONFIG, gtk-config, gtk-config, no)
ifelse($1 , ,min_gtk_version=$1,min_gtk_version=0.99.5)
min_gtk_version=ifelse([$1], ,0.99.6,$1)
AC_MSG_CHECKING(for GTK - version >= $min_gtk_version)
no_gtk=""
if test "$GTK_CONFIG" != "no" ; then