diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 627ebd613..e383bfc2a 100644 --- a/configure.in +++ b/configure.in @@ -161,10 +161,11 @@ case "$MOZILLA_VERSION" in 1.4b) MOZILLA_SNAPSHOT=7 ;; 1.4) MOZILLA_SNAPSHOT=8 ;; 1.5a) MOZILLA_SNAPSHOT=9 ;; + 1.5b) MOZILLA_SNAPSHOT=9 ;; trunk) MOZILLA_SNAPSHOT=9 ;; *) AC_ERROR([ ***************************************************************************** -Epiphany can be built using Mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4, 1.5a or +Epiphany can be built using Mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4, 1.5a, 1.5b or trunk snapshot, but the version available is $MOZILLA_VERSION. When using Mozilla trunk snapshot, a successful build is not guaranteed due |