aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c76b7f741..c12b2410e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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([
*****************************************************************************