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 | |
parent | b19f5097e2c7c2a433f48064346685cfc89a16ce (diff) | |
download | gsoc2013-epiphany-a0393b9cd91a4978bcae1e757d520d158b8b2610.tar.gz 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
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ 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 + need the latest from cvs. + +2004-02-27 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/FilePicker.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_init), (ephy_file_chooser_new): 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 |