aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ee3a5257..e8f472a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-06 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Remove duplicate entry for moz 1.4.2.
+
2004-05-04 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
diff --git a/configure.in b/configure.in
index 3c82f5319..e05349293 100644
--- a/configure.in
+++ b/configure.in
@@ -187,7 +187,6 @@ case "$MOZILLA_VERSION" in
1.4) MOZILLA_SNAPSHOT=8 ;;
1.4.1) MOZILLA_SNAPSHOT=9 ;;
1.4.2) MOZILLA_SNAPSHOT=9 ;;
-1.4.2) MOZILLA_SNAPSHOT=9 ;;
1.5) MOZILLA_SNAPSHOT=11 ;;
1.6) MOZILLA_SNAPSHOT=13 ;;
1.7a) MOZILLA_SNAPSHOT=14 ;;