From eaf3ad7e2512fa5688038c014f27ebd123e706e9 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 11 Jun 1998 02:26:55 +0000 Subject: changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK... installed headers depending on config.h stuff is bad. -Yosh svn path=/trunk/; revision=258 --- macros/gnome-x-checks.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 5192a7c0d5..6ce101d6d8 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl AC_DEFUN([GNOME_X_CHECKS], [ - AM_PATH_GTK(1.0.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.0.1,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes" @@ -47,7 +47,7 @@ AC_DEFUN([GNOME_X_CHECKS], ;; esac - AC_CHECK_HEADER(gtk/gtkaccelgroup.h, USE_DEVGTK=true; AC_DEFINE(HAVE_DEVGTK)) + 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) -- cgit v1.2.3