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:
Richard Newman 2014-07-25 14:39:14 -07:00
parent 9be9372d99
commit 6858470513

View File

@ -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