diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-07-28 02:37:15 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-07-28 02:37:15 +0800 |
commit | 6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9 (patch) | |
tree | d43926088a878f5f0351a4b0eaf773b20b8c6015 /macros/gnome-x-checks.m4 | |
parent | 3f79258dc31434819688e61f1ab3a8388f8eda11 (diff) | |
download | gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar.gz gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar.bz2 gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar.lz gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar.xz gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.tar.zst gsoc2013-evolution-6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9.zip |
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
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r-- | macros/gnome-x-checks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 0124c8cc65..149d557030 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -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) |