author | Ehsan Akhgari <ehsan@mozilla.com> |
Tue, 20 Jan 2015 09:57:18 -0500 | |
changeset 224720 | 5c93233e6aeb406ae6c9a9816b1d22f7431cdb3b |
parent 224719 | 9302dbf3d84b768d7a3099c2c9a9a3b9e146a0dc |
child 224721 | 19e54c63c4c2321408fdd7a56ef94ac8c8f204a4 |
push id | 28143 |
push user | ryanvm@gmail.com |
push date | Wed, 21 Jan 2015 03:14:12 +0000 |
treeherder | mozilla-central@540077a30866 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 1122785 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
configure.in | file | annotate | diff | comparison | revisions | |
js/src/configure.in | file | annotate | diff | comparison | revisions |
--- a/configure.in +++ b/configure.in @@ -5,17 +5,16 @@ dnl License, v. 2.0. If a copy of the MP dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. dnl Process this file with autoconf to produce a configure script. dnl ======================================================== AC_PREREQ(2.13) AC_INIT(config/config.mk) AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf) -AC_EXEEXT AC_CANONICAL_SYSTEM TARGET_CPU="${target_cpu}" TARGET_VENDOR="${target_vendor}" TARGET_OS="${target_os}" dnl ======================================================== dnl = dnl = Don't change the following two lines. Doing so breaks:
--- a/js/src/configure.in +++ b/js/src/configure.in @@ -5,17 +5,16 @@ dnl License, v. 2.0. If a copy of the MP dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. dnl Process this file with autoconf to produce a configure script. dnl ======================================================== AC_PREREQ(2.13) AC_INIT(js/src/jsapi.h) AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf) -AC_EXEEXT AC_CANONICAL_SYSTEM TARGET_CPU="${target_cpu}" TARGET_VENDOR="${target_vendor}" TARGET_OS="${target_os}" dnl ======================================================== dnl = dnl = Don't change the following two lines. Doing so breaks: