diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-04 02:33:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-04 02:33:11 +0800 |
commit | 8fc7d742b29fd00bf9bc82dce302aebb4fa70063 (patch) | |
tree | cef0e828701bc2ce4b4548943cd4d292be398850 /configure.ac | |
parent | 9995bff196611562f13e6425c5404a37db4bcc79 (diff) | |
download | gsoc2013-epiphany-8fc7d742b29fd00bf9bc82dce302aebb4fa70063.tar.gz 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.ac | 6 |
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], |