From 083631169c54136c48d512603b4b241bb207a682 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 5 Mar 2004 23:28:52 +0000 Subject: Fix --with-mozilla-snapshot help string --- configure.in | 4 ++-- 1 file 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 -- cgit