From fb3a4a34fa807dd5537901871420804c633e9990 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 6 Apr 1999 23:23:14 +0000 Subject: [PATCH] Require GTK 1.2 -MIguel svn path=/trunk/; revision=738 --- macros/gnome-x-checks.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 0aab99c..1e397ef 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.16,,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 -- 2.7.4