aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-01-05 08:45:28 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-01-05 08:45:28 +0800
commitb98f98bd6a5c831a30eaa781e06ca994fa9ede87 (patch)
treeb3f7c7af2deb47431d278b0e20c0e19e87e295e6
parent1f0aa99d115fbcedb9472ad40d411ab8832e0998 (diff)
downloadgsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar.gz
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar.bz2
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar.lz
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar.xz
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.tar.zst
gsoc2013-evolution-b98f98bd6a5c831a30eaa781e06ca994fa9ede87.zip
More fixes for 0_99_2
svn path=/trunk/; revision=573
-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 7109b41125..ce3cbf7607 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.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.1.12,,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"