diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-01-18 00:27:59 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-01-18 00:27:59 +0000 |
commit | d225ffbc5bd0d40c025e7a1542c72718218b0bc3 (patch) | |
tree | 369383c33ea112978912d0665096b00a9634e63f /configure.in | |
parent | fae75219e688426c6be46e46961c48c4eb4df66d (diff) | |
download | gtk+-d225ffbc5bd0d40c025e7a1542c72718218b0bc3.tar.gz |
Released GTK+ 1.1.13GTK_1_1_13
Sun Jan 17 17:35:28 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.13
* README:
INSTALL:
docs/gtk-config.1: ver=1.1.13
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 468170b42a..0d8c36b04c 100644 --- a/configure.in +++ b/configure.in @@ -179,9 +179,9 @@ fi if test x$with_glib = x ; then # Look for separately installed glib - AM_PATH_GLIB(1.1.12,, + AM_PATH_GLIB(1.1.13,, AC_MSG_ERROR([ -*** GLIB 1.1.12 or better is required. The latest version of GLIB +*** GLIB 1.1.13 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.]), gmodule gthread) |