author | Richard Newman <rnewman@mozilla.com> |
Fri, 25 Jul 2014 14:39:14 -0700 | |
changeset 196325 | b2ce4cf640efed321ddfad5e9b142a2ed512f252 |
parent 196324 | 153a8b79e121861b74a155653c6bcf7369fcd580 |
child 196326 | ceab6297c50223ba24bd76ae246b46a24cecc945 |
push id | 46844 |
push user | cbook@mozilla.com |
push date | Mon, 28 Jul 2014 14:30:47 +0000 |
treeherder | mozilla-inbound@7dd701896de8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | trivial |
bugs | 1042382 |
milestone | 34.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
|
--- a/build/autoconf/android.m4 +++ b/build/autoconf/android.m4 @@ -426,16 +426,12 @@ if test -n "$MOZ_ANDROID_MIN_SDK_VERSION if test $MOZ_ANDROID_MIN_SDK_VERSION -gt $ANDROID_TARGET_SDK ; then AC_MSG_ERROR([--with-android-min-sdk is expected to be less than $ANDROID_TARGET_SDK]) fi AC_DEFINE_UNQUOTED(MOZ_ANDROID_MIN_SDK_VERSION, $MOZ_ANDROID_MIN_SDK_VERSION) fi if test -n "$MOZ_ANDROID_MAX_SDK_VERSION"; then - if test $MOZ_ANDROID_MAX_SDK_VERSION -lt $1 ; then - AC_MSG_ERROR([--with-android-max-sdk must be at least $1.]) - fi - AC_DEFINE_UNQUOTED(MOZ_ANDROID_MAX_SDK_VERSION, $MOZ_ANDROID_MAX_SDK_VERSION) fi ])