diff options
-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-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_set_progress): diff --git a/configure.in b/configure.in index f100091ca..efac008e0 100644 --- a/configure.in +++ b/configure.in @@ -158,6 +158,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([ ***************************************************************************** |