diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-22 17:17:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-22 17:17:05 +0800 |
commit | 6435a75dc6e1566300bcad665a08cbb14a9d4643 (patch) | |
tree | 50eed0512ae840d279af519e95da035b659ebc14 | |
parent | 40b258c469d52ff86e0806a9de834049292d58a7 (diff) | |
download | gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar.gz gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar.bz2 gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar.lz gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar.xz gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.tar.zst gsoc2013-epiphany-6435a75dc6e1566300bcad665a08cbb14a9d4643.zip |
Recognise mozilla 1.8a1 and 1.8a2.
2004-05-22 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Recognise mozilla 1.8a1 and 1.8a2.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-22 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Recognise mozilla 1.8a1 and 1.8a2. + 2004-05-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_property), diff --git a/configure.in b/configure.in index 8ef9bc36e..5bc88dd06 100644 --- a/configure.in +++ b/configure.in @@ -195,6 +195,8 @@ case "$MOZILLA_VERSION" in 1.7) MOZILLA_SNAPSHOT=16 ;; branch1.7) MOZILLA_SNAPSHOT=16 ;; 1.8a) MOZILLA_SNAPSHOT=18 ;; +1.8a1) MOZILLA_SNAPSHOT=18 ;; +1.8a2) MOZILLA_SNAPSHOT=18 ;; trunk) MOZILLA_SNAPSHOT=18 ;; *) AC_ERROR([ ***************************************************************************** |