aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-10-15 02:24:23 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-15 02:24:23 +0800
commitd4ca87044e1ee753d7ec0a7c0203ce4e22488d59 (patch)
treed2362965c543330404bfcffa6cff7c32c76bde00 /configure.in
parente74f6e4e921f1e5c3b7ab53ae4a90148e441c778 (diff)
downloadgsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar.gz
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar.bz2
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar.lz
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar.xz
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.tar.zst
gsoc2013-epiphany-d4ca87044e1ee753d7ec0a7c0203ce4e22488d59.zip
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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