mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 1042382 - Follow-up: remove broken use of $1 as minimum SDK version, because that's not what it means. r=trivial
This commit is contained in:
parent
9be9372d99
commit
6858470513
@ -431,10 +431,6 @@ if test -n "$MOZ_ANDROID_MIN_SDK_VERSION"; then
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user