diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-18 08:02:24 +0800 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-18 08:02:24 +0800 |
commit | 28707ca90c94797b88c21bc066d73247390e0eb3 (patch) | |
tree | 51b32819c3d70f2416247453a35006d3fc4cd34a /macros/gnome-x-checks.m4 | |
parent | 216051e098fff386f7ccbac1f9ed319365d6ae62 (diff) | |
download | gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar.gz gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar.bz2 gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar.lz gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar.xz gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.tar.zst gsoc2013-evolution-28707ca90c94797b88c21bc066d73247390e0eb3.zip |
svn path=/trunk/; revision=675
Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com>
svn path=/trunk/; revision=675
Diffstat (limited to 'macros/gnome-x-checks.m4')
-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 ce3cbf7607..f77d53ffe8 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.16,,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" |