summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-12 01:52:48 +0000
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-12 01:52:48 +0000
commit99d7e1950850d91e1193de7bbf19eaee4fba30d5 (patch)
treef94ef25d1ec959bcdd9f4e0c5341268ebe91c9d1
parent415bc22e1bb9c78aef40f3410a210c3566df199e (diff)
downloadshared-mime-info-99d7e1950850d91e1193de7bbf19eaee4fba30d5.tar.gz
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=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 ce3cbf76..fc4ab00b 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"