--- configure.in 2004-06-13 19:51:41.000000000 +0200 +++ configure.in.fixed 2004-08-16 01:21:52.000000000 +0200 @@ -181,8 +181,8 @@ 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.4.2|1.5|1.6|1.7@:>@], - [Whether to try building against mozilla 1.4|1.4.1|1.4.2|1.5|1.6|1.7 + AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.4|1.4.1|1.4.2|1.5|1.6|1.7|1.7.2@:>@], + [Whether to try building against mozilla 1.4|1.4.1|1.4.2|1.5|1.6|1.7|1.7.2 @<:@guessed@:>@]), [autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"]) @@ -199,6 +199,7 @@ 1.7rc1) MOZILLA_SNAPSHOT=15 ;; 1.7rc2) MOZILLA_SNAPSHOT=16 ;; 1.7rc3) MOZILLA_SNAPSHOT=17 ;; +1.7.2) MOZILLA_SNAPSHOT=17 ;; 1.7) MOZILLA_SNAPSHOT=17 ;; branch1.7) MOZILLA_SNAPSHOT=17 ;; 1.8a) MOZILLA_SNAPSHOT=18 ;; @@ -207,7 +208,7 @@ trunk) MOZILLA_SNAPSHOT=19 ;; *) AC_ERROR([ ***************************************************************************** -Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6 or 1.7, +Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6, 1.7 or 1.7.2, but the version available is $MOZILLA_VERSION. *****************************************************************************]) esac