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 a290bf79e..bee7671e0 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-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([
*****************************************************************************