aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-19 08:50:32 +0800
committerElliot Lee <sopwith@src.gnome.org>1999-08-19 08:50:32 +0800
commit6f38fd46e6bed032688514ecc22d6a8d9634d817 (patch)
tree225c875e5cdf011966498dd0540c75066609fe29
parenta93ad2550661f00b21163aa0be1964f0e76bbe52 (diff)
downloadgsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar.gz
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar.bz2
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar.lz
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar.xz
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.tar.zst
gsoc2013-evolution-6f38fd46e6bed032688514ecc22d6a8d9634d817.zip
revert previous commit
svn path=/trunk/; revision=1122
-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 ac80dcd3f4..1e397ef8e3 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