aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1999-03-18 04:27:24 +0800
committerRaja R Harinath <harinath@src.gnome.org>1999-03-18 04:27:24 +0800
commitc316802b49bedd6af5ffca794ff73dc00fc13571 (patch)
tree678cde42783da11c2e66dad543d9e034212349fb
parent20962a027cc8482ef17f610c59df237382b2f3c0 (diff)
downloadgsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar.gz
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar.bz2
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar.lz
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar.xz
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.tar.zst
gsoc2013-evolution-c316802b49bedd6af5ffca794ff73dc00fc13571.zip
Revert unlogged change.
svn path=/trunk/; revision=765
-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 0aab99c8f3..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.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