summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-19 00:50:32 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-19 00:50:32 +0000
commitfefbf3712877f95cada0c27203fc476c77d5d58b (patch)
tree4e2f968ae53256a4bab9928bc1f43382baae6eff
parentac12368ed2fb6f8ac2dcbf80c96b4ea6ce971955 (diff)
downloadgnome-common-fefbf3712877f95cada0c27203fc476c77d5d58b.tar.gz
revert previous commit
svn path=/trunk/; revision=873
-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 ac80dcd..1e397ef 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.3,,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