diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 23:21:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 23:21:18 +0000 |
commit | 45a37d02357bf5c8d846d308534ab40c50d7c082 (patch) | |
tree | f0920261eaa8ed566236df0ae8dbfdd16973454c /configure.in | |
parent | eced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (diff) | |
download | gdk-pixbuf-45a37d02357bf5c8d846d308534ab40c50d7c082.tar.gz |
Released 1.3.4GTK_1_3_4
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4
* NEWS: Updated
* gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
use GTK_TYPE_ENUM.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 799e6c6cd..25824d624 100644 --- a/configure.in +++ b/configure.in @@ -289,7 +289,7 @@ AC_TRY_COMPILE([#include <dirent.h>], [DIR *dir;], # GLIB_PACKAGES="gobject-2.0 gmodule-2.0" -GLIB_REQUIRED_VERSION=1.3.2 +GLIB_REQUIRED_VERSION=1.3.4 AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :, AC_MSG_ERROR([ |