diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-27 22:51:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-27 22:51:39 +0800 |
commit | a0393b9cd91a4978bcae1e757d520d158b8b2610 (patch) | |
tree | 222b5d9131392bb80e44dd0040746409907590c5 /configure.in | |
parent | b19f5097e2c7c2a433f48064346685cfc89a16ce (diff) | |
download | gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.gz gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.bz2 gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.lz gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.xz gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.zst gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.zip |
Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'll
2004-02-27 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'll really
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 22a594c79..e6a31310e 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ AC_PROG_INTLTOOL([0.29]) dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -GLIB_REQUIRED=2.3.2 -GTK_REQUIRED=2.3.2 +GLIB_REQUIRED=2.3.3 +GTK_REQUIRED=2.3.4 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.6 LIBGNOMEVFS_REQUIRED=2.3.1 |