diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 13:29:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-26 13:31:52 +0200 |
commit | bacc9ed75e4e290ed0909445dfd8ec1e659fde97 (patch) | |
tree | 742f94f86f29648b1acd4b60eed8124745d6d314 /configure.in | |
parent | a8bb6d52f31e5aa12be828af0b36533216083ed4 (diff) |
configure.in: remove obsolete --with-mozilla-version...
...and bitrotted code to check for checking downloaded file names that
has been broken by e24c2e106e76d9b50a923ed27f8f8fdd2db9b93a.
Change-Id: I5acda4246b46f1d5d4a54fe64a77ceae69b45a05
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.in b/configure.in index a1e6529bfc2d..75f9c880e20e 100644 --- a/configure.in +++ b/configure.in @@ -1276,12 +1276,6 @@ AC_ARG_WITH(system-nss, [Use NSS/nspr libraries already on system.]),, [with_system_nss="$with_system_libs"]) -AC_ARG_WITH(mozilla-version, - AS_HELP_STRING([--with-mozilla-version], - [Choose which version of Mozilla to use while building Mozilla. - (default=1.7.5) Note that not all versions are supported.]), -,) - AC_ARG_WITH(mozilla-toolkit, AS_HELP_STRING([--with-mozilla-toolkit], [Choose which GUI toolkit to use while building Mozilla components. (default=gtk2)]), @@ -8014,15 +8008,7 @@ else SYSTEM_MOZILLA=NO BUILD_TYPE="$BUILD_TYPE MOZ" MOZ_TARBALL=a169ab152209200a7bad29a275cb0333-seamonkey-1.1.14.source.tar.gz - if test -z "$with_mozilla_version"; then - MOZILLA_VERSION= - else - AC_MSG_CHECKING([which Mozilla version to build]) - MOZILLA_VERSION=$with_mozilla_version - enable_build_mozilla=1 - AC_MSG_RESULT([$MOZILLA_VERSION]) - fi - + MOZILLA_VERSION=1.1.14 AC_SUBST(MOZILLA_VERSION) AC_MSG_CHECKING([for toolkit Mozilla should use]) |