aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-x-checks.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r--macros/gnome-x-checks.m42
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)