From 2a20ac7931134f67e42d5983b9dc26c3c234f577 Mon Sep 17 00:00:00 2001 From: EDT 1998 Gregory McLean Date: Sun, 19 Apr 1998 05:28:13 +0000 Subject: Updated the gtk check to check for 1.0.0 Sun Apr 19 01:35:53 EDT 1998 Gregory McLean * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0 svn path=/trunk/; revision=165 --- macros/gnome-x-checks.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-x-checks.m4') diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 429b46c63b..7b43a5744d 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(0.99.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.0.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" -- cgit v1.2.3