From 43a26581b2bcf303134d67fa61f7edc04ce55bcd Mon Sep 17 00:00:00 2001 From: Gregory McLean Date: Sat, 27 Feb 1999 19:56:42 +0000 Subject: Require at least gtk+ 1.2 (pointless getting bug reports with an old 1998-02-27 Gregory McLean * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting bug reports with an old glib/gtk/gdk set..) svn path=/trunk/; revision=708 --- macros/ChangeLog | 5 +++++ macros/gnome-x-checks.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 6cfaa652ca..886fb07b5a 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1998-02-27 Gregory McLean + + * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting + bug reports with an old glib/gtk/gdk set..) 1999-02-25 Martin Baulig * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0. @@ -90,6 +94,7 @@ Tue Feb 16 19:35:42 1999 Owen Taylor * need-declaration.m4, gnome-support.m4: Fixed the scandir detection. +>>>>>>> 1.149 1998-12-22 Jeff Garzik * gnome.m4: Added and exported GNOME_APPLET_LIBS. diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 6bc0cc11db..1e397ef8e3 100644 --- a/macros/gnome-x-checks.m4 +++ b/macros/gnome-x-checks.m4 @@ -15,8 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl AC_DEFUN([GNOME_X_CHECKS], [ - AM_PATH_GTK(1.1.15,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) - + AM_PATH_GTK(1.2.0,,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" dnl -- cgit v1.2.3