Changed Gtk version test to use GTK_HAVE_FEATURES_1_1_0.

1998-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gnome-x-checks.m4: Changed Gtk version test to use
	GTK_HAVE_FEATURES_1_1_0.

svn path=/trunk/; revision=289
This commit is contained in:
Federico Mena Quintero
1998-07-27 18:37:15 +00:00
committed by Arturo Espinosa
parent 3f79258dc3
commit 6b2ca8957a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-x-checks.m4: Changed Gtk version test to use
GTK_HAVE_FEATURES_1_1_0.
Sun Jul 26 13:59:53 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* Makefile.am (MACROS): Added gnome-xml-check.m4

View File

@ -37,7 +37,7 @@ AC_DEFUN([GNOME_X_CHECKS],
AC_MSG_CHECKING([whether to use features from (unstable) GTK+ 1.1.x])
AC_EGREP_CPP(answer_affirmatively,
[#include <gtk/gtkfeatures.h>
#ifdef GTK_HAVE_ACCEL_GROUP
#ifdef GTK_HAVE_FEATURES_1_1_0
answer_affirmatively
#endif
], dev_gtk=yes, dev_gtk=no)