diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-10-31 10:01:16 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-10-31 10:01:16 +0000 |
commit | 704266d64684b90bbb82dfe5485cdb207f4b320c (patch) | |
tree | 172f050e85dc98d5416fbc4480eff59ad8cb4b68 /configure.in | |
parent | 4848d691e00a1cfe4dd6af55b6b74b7f208c605d (diff) | |
download | gtk+-704266d64684b90bbb82dfe5485cdb207f4b320c.tar.gz |
Require GLib 1.1.4GTK_1_1_3
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 2b926a3c6a..e820fd7e13 100644 --- a/configure.in +++ b/configure.in @@ -170,9 +170,9 @@ fi if test x$with_glib = x ; then # Look for separately installed glib - AM_PATH_GLIB(1.1.3,, + AM_PATH_GLIB(1.1.4,, AC_MSG_ERROR([ -*** GLIB 1.1.3 or better is required. The latest version of GLIB +*** GLIB 1.1.4 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.]), gmodule) |