diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-23 20:18:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-23 20:18:15 +0800 |
commit | 9d34994ba5c710d187ef029e32c18eaa47c97e7e (patch) | |
tree | 54b78b6f8b26ee16af47dd0c2e816e8469e2ee45 /configure.in | |
parent | b0da620acc985dc777c4954a47e4186acf84ec11 (diff) | |
download | gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar.gz gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar.bz2 gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar.lz gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar.xz gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.tar.zst gsoc2013-epiphany-9d34994ba5c710d187ef029e32c18eaa47c97e7e.zip |
We really depend on gtk+ >= 2.3.2.
2004-01-23 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
We really depend on gtk+ >= 2.3.2.
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 6fee21eb6..a4f5930ea 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" GLIB_REQUIRED=2.3.1 -GTK_REQUIRED=2.3.1 +GTK_REQUIRED=2.3.2 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.0 LIBGNOMEVFS_REQUIRED=2.3.1 |