diff options
author | Tim Janik <timj@src.gnome.org> | 1998-12-16 06:05:46 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-16 06:05:46 +0000 |
commit | 62347c40d97c958a30729986adfde54489102afe (patch) | |
tree | dbcb728261bd7f173c40f30581164cc8930da704 /configure.in | |
parent | 017dfc9e4ee30ef271b5392a5f45d37ab0ad2e87 (diff) | |
download | gdk-pixbuf-62347c40d97c958a30729986adfde54489102afe.tar.gz |
urg, fixups
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index fb68de8c7..d0407f0a7 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set} # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=7 +GTK_MICRO_VERSION=8 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION @@ -179,9 +179,9 @@ fi if test x$with_glib = x ; then # Look for separately installed glib - AM_PATH_GLIB(1.1.6,, + AM_PATH_GLIB(1.1.8,, AC_MSG_ERROR([ -*** GLIB 1.1.6 or better is required. The latest version of GLIB +*** GLIB 1.1.8 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.]), gmodule gthread) |