diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-16 02:31:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-16 02:31:38 +0800 |
commit | fb14e723bdf09608a4bb5946aac1f8471c69b356 (patch) | |
tree | 6234c3237d9785ff8f4e819e8440ce751a50f37a | |
parent | 8cc2b9441ae35833ad05377cb92469f14374cd15 (diff) | |
download | gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar.gz gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar.bz2 gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar.lz gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar.xz gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.tar.zst gsoc2013-epiphany-fb14e723bdf09608a4bb5946aac1f8471c69b356.zip |
*** empty log message ***
-rw-r--r-- | configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in index cc3d94ecc..29e018546 100644 --- a/configure.in +++ b/configure.in @@ -158,9 +158,10 @@ AC_MSG_RESULT($MOZILLA_VERSION$autodetect) case "$MOZILLA_VERSION" in 1.4) MOZILLA_SNAPSHOT=8 ;; - 1.5a) MOZILLA_SNAPSHOT=9 ;; - 1.5b) MOZILLA_SNAPSHOT=10 ;; -trunk) MOZILLA_SNAPSHOT=10 ;; +1.4.1) MOZILLA_SNAPSHOT=9 ;; + 1.5a) MOZILLA_SNAPSHOT=10 ;; + 1.5b) MOZILLA_SNAPSHOT=11 ;; +trunk) MOZILLA_SNAPSHOT=11 ;; *) AC_ERROR([ ***************************************************************************** Epiphany can be built using Mozilla 1.4, 1.5a, 1.5b or |