aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-03-15 21:15:37 +0800
committerChristian Persch <chpe@src.gnome.org>2009-03-15 21:15:37 +0800
commit185b83ba383e675c3c3dbce31e8fa34880a86471 (patch)
tree2c9b38ce1a0fb3631f367bdfaeeaf139bc54b0f4 /configure.ac
parent27bce392008fbee9d0f0ad10bc3f6997b1b43982 (diff)
downloadgsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar.gz
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar.bz2
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar.lz
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar.xz
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.tar.zst
gsoc2013-epiphany-185b83ba383e675c3c3dbce31e8fa34880a86471.zip
Change gecko 1.9.1's weasel version to 3.5
svn path=/branches/gnome-2-26/; revision=8892
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 216b7c5fc..6db9670c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ AC_SUBST([GECKO_LIBS])
# *****************
if test "$gecko_cv_have_gecko_1_9_1" = "yes"; then
- WEASEL_UA_VERSION="3.1"
+ WEASEL_UA_VERSION="3.5"
elif test "$gecko_cv_have_gecko_1_9_0" = "yes"; then
WEASEL_UA_VERSION="3.0"
elif test "$gecko_cv_gecko_version_int" -ge "1009000"; then