diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-09 19:19:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-09 19:19:34 +0800 |
commit | ce437e5277114f3d4717f638536fe4b019215f40 (patch) | |
tree | 6207d2600067c13f8240c1ec369d0ea183eea733 /configure.in | |
parent | 319856cb2999bd248a240adb6239c3ff95e6cad6 (diff) | |
download | gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar.gz gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar.bz2 gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar.lz gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar.xz gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.tar.zst gsoc2013-epiphany-ce437e5277114f3d4717f638536fe4b019215f40.zip |
Bump gtk+ and glib dependencies to 2.3.1.Release111
2003-12-09 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Bump gtk+ and glib dependencies to 2.3.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 19357b7b8..8df91ae56 100644 --- a/configure.in +++ b/configure.in @@ -16,10 +16,8 @@ AM_MAINTAINER_MODE dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -dnl you really need cvs for those two, but their version number is still 2.3.0 -dnl in cvs HEAD -GLIB_REQUIRED=2.3.0 -GTK_REQUIRED=2.3.0 +GLIB_REQUIRED=2.3.1 +GTK_REQUIRED=2.3.1 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.0 LIBGNOMEVFS_REQUIRED=2.3.1 |