aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-12 09:52:48 +0800
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-12 09:52:48 +0800
commit6eb8a5006f5cce19bfe748e2d1bc215839222455 (patch)
treead50c026f76532fa5c5bbb7aae74508510578a13
parentf598a336e314ff4609196307d7c1bea3e016c3b3 (diff)
downloadgsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar.gz
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar.bz2
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar.lz
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar.xz
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.tar.zst
gsoc2013-evolution-6eb8a5006f5cce19bfe748e2d1bc215839222455.zip
x I must leave - Incomplete commit for bit to hack in the night
x Name changes, I still have to finish the file names x Function API changes. Alan Aspuru Guzik svn path=/trunk/; revision=594
-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 ce3cbf7607..fc4ab00b08 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.12,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.1.7,,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"