summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-04-06 23:23:14 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-04-06 23:23:14 +0000
commitfb3a4a34fa807dd5537901871420804c633e9990 (patch)
tree6d5546dc4c279a61fcc01235b5e58bbaf783dd0b
parent02ef8776842c7073a178682b7b6d8a2ce5c26d50 (diff)
downloadshared-mime-info-fb3a4a34fa807dd5537901871420804c633e9990.tar.gz
Require GTK 1.2 -MIguel
svn path=/trunk/; revision=738
-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 0aab99c8..1e397ef8 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