From 28707ca90c94797b88c21bc066d73247390e0eb3 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 18 Feb 1999 00:02:24 +0000 Subject: svn path=/trunk/; revision=675 Tue Feb 16 19:35:42 1999 Owen Taylor svn path=/trunk/; revision=675 --- macros/ChangeLog | 4 ++++ macros/gnome-x-checks.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 6eed5083f3..cf50f1266f 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 16 19:35:42 1999 Owen Taylor + + * gnome-x-checks.m4: Require GTK+-1.1.16. + 1999-02-15 Timur Bakeyev * gnome-gettext.m4: Work around a bug in BSDI's native sh, which in- diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index ce3cbf7607..f77d53ffe8 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.1.12,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.1.16,,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" -- cgit