summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-13 01:21:51 +0000
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-01-13 01:21:51 +0000
commitebca5cde536e7827d1fbbffa69598be5400ec8e1 (patch)
tree48bb2e4827e3da520521b867da5a8b9b4783cc93
parent99d7e1950850d91e1193de7bbf19eaee4fba30d5 (diff)
downloadgnome-common-ebca5cde536e7827d1fbbffa69598be5400ec8e1.tar.gz
x GMoiss about box fixed
x Filenames changed to the file structure and they now use simulation struct x Everything now uses glib x 0.99.2 compliant x May not work (commit for rulox) Alan Aspuru Guzik svn path=/trunk/; revision=575
-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 fc4ab00..ce3cbf7 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.7,,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"