From a93ad2550661f00b21163aa0be1964f0e76bbe52 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 19 Aug 1999 00:39:57 +0000 Subject: BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely required, and other people think 1.2.3 is required). svn path=/trunk/; revision=1121 --- 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 1e397ef8e3..ac80dcd3f4 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.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.2.3,,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