diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-11-29 08:35:38 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-11-29 08:35:38 +0800 |
commit | 98faeebc5ebeafd12d08c296d164a085357dbe8e (patch) | |
tree | 87aa49b3e5c6472f91d1b21733fe4405dcb5404a | |
parent | a0faca82e817d63bb0bc9cc11b1c4d1dfb6c5c06 (diff) | |
download | gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar.gz gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar.bz2 gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar.lz gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar.xz gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.tar.zst gsoc2013-evolution-98faeebc5ebeafd12d08c296d164a085357dbe8e.zip |
Require GTK 1.1.5 -mig
svn path=/trunk/; revision=492
-rw-r--r-- | macros/gnome-x-checks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4 index 5186c71eb4..7109b41125 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.1,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) + AM_PATH_GTK(1.1.5,,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" |