aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-09-04 02:33:11 +0800
committerChristian Persch <chpe@src.gnome.org>2005-09-04 02:33:11 +0800
commit8fc7d742b29fd00bf9bc82dce302aebb4fa70063 (patch)
treecef0e828701bc2ce4b4548943cd4d292be398850 /configure.ac
parent9995bff196611562f13e6425c5404a37db4bcc79 (diff)
downloadgsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.gz
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.bz2
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.lz
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.xz
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.zst
gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.zip
Depend on pygtk 2.8. Fixes bug #314557.
2005-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Depend on pygtk 2.8. Fixes bug #314557. * src/languages.h: Remove duplicate entries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9b4e6eb8..991c025fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,8 +210,8 @@ AC_MSG_RESULT([$gecko])
case "$gecko" in
mozilla) min_version=1.7.9 flavour=mozilla ;;
seamonkey) min_version=1.0 flavour=mozilla ;;
-*firefox) min_version=1.0.5 flavour=toolkit ;;
-*thunderbird) min_version=1.0.5 flavour=toolkit ;;
+*firefox) min_version=1.0 flavour=toolkit ;;
+*thunderbird) min_version=1.0 flavour=toolkit ;;
esac
MOZILLA=$gecko
@@ -581,7 +581,7 @@ EOF
fi
if test "x$have_python" != "xno"; then
- PYGTK_REQUIRED=2.6.0
+ PYGTK_REQUIRED=2.7.1
GNOME_PYTHON_REQUIRED=2.6.0
PKG_CHECK_MODULES([PYGTK], [pygtk-2.0 >= $PYGTK_REQUIRED gnome-python-2.0 >= $GNOME_PYTHON_REQUIRED],