diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-31 23:01:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-31 23:01:29 +0800 |
commit | 123ecd836d5ad9aea939cad5e9a650cc7a825e46 (patch) | |
tree | c9db8c0d0e66f85e0572f19eee3d7f38b5bd8a69 /configure.in | |
parent | dab06981258b1f0ab21ddb5b45abc213d3d561ee (diff) | |
download | gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar.gz gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar.bz2 gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar.lz gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar.xz gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.tar.zst gsoc2013-epiphany-123ecd836d5ad9aea939cad5e9a650cc7a825e46.zip |
Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 any
2004-03-31 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5
any more.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 74d08c3d6..35f0325aa 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ AC_PROG_INTLTOOL([0.29]) dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -GLIB_REQUIRED=2.3.5 -GTK_REQUIRED=2.3.5 +GLIB_REQUIRED=2.4.0 +GTK_REQUIRED=2.4.0 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.6 LIBGNOMEVFS_REQUIRED=2.3.1 @@ -146,8 +146,8 @@ MOZILLA_VERSION="`$PKG_CONFIG --modversion mozilla-gtkmozembed`" 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.6|1.7a|1.7b|trunk + AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.6|1.7a|1.7b|trunk@:>@], + [Whether to try building against mozilla 1.6|1.7a|1.7b|trunk snapshot. @<:@guessed@:>@]), [autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"]) @@ -161,7 +161,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.6, 1.7a, 1.7b, or +Epiphany can be built using Mozilla 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 |