From d4ca87044e1ee753d7ec0a7c0203ce4e22488d59 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 14 Oct 2003 18:24:23 +0000 Subject: *** empty log message *** --- ChangeLog | 5 +++++ configure.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 694b16e95..e366f9717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-14 Kristian Rietveld + + * configure.in: also support mozilla 1.5. (Works fine, verified with + mozilla 1.5rc2). + 2003-10-14 Marco Pesenti Gritti * lib/widgets/ephy-location-entry.c: diff --git a/configure.in b/configure.in index 77cd0f78c..ef1d04c8f 100644 --- a/configure.in +++ b/configure.in @@ -165,11 +165,12 @@ case "$MOZILLA_VERSION" in 1.4.1) MOZILLA_SNAPSHOT=9 ;; 1.5a) MOZILLA_SNAPSHOT=10 ;; 1.5b) MOZILLA_SNAPSHOT=11 ;; + 1.5) MOZILLA_SNAPSHOT=11 ;; 1.6a) MOZILLA_SNAPSHOT=12 ;; trunk) MOZILLA_SNAPSHOT=12 ;; *) AC_ERROR([ ***************************************************************************** -Epiphany can be built using Mozilla 1.4, 1.5a, 1.5b or +Epiphany can be built using Mozilla 1.4, 1.5a, 1.5b, 1.5 or trunk snapshot, but the version available is $MOZILLA_VERSION. When using Mozilla trunk snapshot, a successful build is not guaranteed due -- cgit v1.2.3