summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-01-05 00:45:28 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-01-05 00:45:28 +0000
commitad718b30797bc9d0db86392fbff55dc244a6f04c (patch)
treeaaec293eef45953ab1fb52d83fad22b0ad8bb7ac
parente85582e02650235f3703acad2ff090a15642b5b7 (diff)
downloadgnome-common-ad718b30797bc9d0db86392fbff55dc244a6f04c.tar.gz
More fixes for 0_99_2
svn path=/trunk/; revision=555
-rw-r--r--macros/gnome-x-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 7109b41..ce3cbf7 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.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.1.12,,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"