aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-03-06 07:28:52 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-06 07:28:52 +0800
commit083631169c54136c48d512603b4b241bb207a682 (patch)
treef930b5b119f7d0c24bcbafdae8b1c03d79366bfc /configure.in
parentac13dcaa2b35cc28f6adf114f1e86278646f4dc7 (diff)
downloadgsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar.gz
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar.bz2
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar.lz
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar.xz
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.tar.zst
gsoc2013-epiphany-083631169c54136c48d512603b4b241bb207a682.zip
Fix --with-mozilla-snapshot help string
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0951e449d..19aa1998e 100644
--- a/configure.in
+++ b/configure.in
@@ -180,7 +180,7 @@ dnl allow user to override the autodetected mozilla version
dnl - without arguments for cvs head
AC_ARG_WITH(mozilla-snapshot,
AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.4|1.4.1|1.5|1.6a|1.6b|trunk@:>@],
- [Whether to try building against mozilla 1.4|1.4.1|1.5|1.6a|1.6b|1.6|1.7a|trunk
+ [Whether to try building against mozilla 1.4|1.4.1|1.5|1.6|1.7a|1.7b|trunk
snapshot. @<:@guessed@:>@]),
[autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"])
@@ -202,7 +202,7 @@ case "$MOZILLA_VERSION" in
trunk) MOZILLA_SNAPSHOT=15 ;;
*) AC_ERROR([
*****************************************************************************
-Epiphany can be built using Mozilla 1.4, 1.4.1, 1.5, 1.6a, 1.6b, 1.6, 1.7a or
+Epiphany can be built using Mozilla 1.4, 1.4.1, 1.5, 1.6, 1.7a, 1.7b, or
trunk snapshot, but the version available is $MOZILLA_VERSION.
When using Mozilla trunk snapshot, a successful build is not guaranteed due