summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-11-29 00:35:38 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-11-29 00:35:38 +0000
commitc951c0ca384731cd7f53730fca1ca6b94a4d8564 (patch)
treeb4b64b37a30a03b433e245d3feff49b0658a5c30
parenta18460546e3d03f3aff8d8fcab94b0a4ce81b0dc (diff)
downloadgnome-common-c951c0ca384731cd7f53730fca1ca6b94a4d8564.tar.gz
Require GTK 1.1.5 -mig
svn path=/trunk/; revision=488
-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 5186c71..7109b41 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.1,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.1.5,,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"