diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-08-11 02:02:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-08-11 02:02:00 +0800 |
commit | 0c4262113d6a47834308ad6c35d0302f3d7d8c31 (patch) | |
tree | 746ff726e7858a5cad64f3768c6020fbda54155f /configure.in | |
parent | f4b6554560c4fefaf936eafddb66b9d5186dfa88 (diff) | |
download | gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.gz gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.zst gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.zip |
Sync with Moz HEAD.
Sync with Moz HEAD.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c30396153..b4fea771e 100644 --- a/configure.in +++ b/configure.in @@ -156,8 +156,8 @@ AC_MSG_RESULT($MOZILLA_VERSION$autodetect) case "$MOZILLA_VERSION" in 1.4) MOZILLA_SNAPSHOT=8 ;; 1.5a) MOZILLA_SNAPSHOT=9 ;; - 1.5b) MOZILLA_SNAPSHOT=9 ;; -trunk) MOZILLA_SNAPSHOT=9 ;; + 1.5b) MOZILLA_SNAPSHOT=10 ;; +trunk) MOZILLA_SNAPSHOT=10 ;; *) AC_ERROR([ ***************************************************************************** Epiphany can be built using Mozilla 1.4, 1.5a, 1.5b or |