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.m414
1 files changed, 12 insertions, 2 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 6ce101d6d8..0124c8cc65 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -34,6 +34,18 @@ AC_DEFUN([GNOME_X_CHECKS],
LDFLAGS="$saved_ldflags $GTK_LIBS"
+ 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
+ answer_affirmatively
+ #endif
+ ], dev_gtk=yes, dev_gtk=no)
+ if test "$dev_gtk" = "yes"; then
+ USE_DEVGTK=true
+ fi
+ AC_MSG_RESULT("$dev_gtk")
+
GNOME_HAVE_SM=true
case "$GTK_LIBS" in
*-lSM*)
@@ -47,8 +59,6 @@ AC_DEFUN([GNOME_X_CHECKS],
;;
esac
- AC_CHECK_HEADER(gtk/gtkaccelgroup.h, USE_DEVGTK=true)
-
if test "$GNOME_HAVE_SM" = true; then
AC_CHECK_HEADERS(X11/SM/SMlib.h,,GNOME_HAVE_SM=false)
fi