no bug; fix configure.in message on Android to not be lies and give useful info; r=sparky

This commit is contained in:
Vladimir Vukicevic 2012-11-13 14:20:54 -05:00
parent ff6b8ed976
commit 96df073ee8

View File

@ -252,7 +252,7 @@ case "$target" in
AC_SUBST(ANDROID_SDK)
AC_SUBST(ANDROID_COMPAT_LIB)
if ! test -e $ANDROID_COMPAT_LIB ; then
AC_MSG_ERROR([You must download the andrioid support library when targeting Android. See https://developer.android.com/tools/extras/support-library.html])
AC_MSG_ERROR([You must download the Android support library when targeting Android. Run the Android SDK tool and install Android Support Library under Extras. See https://developer.android.com/tools/extras/support-library.html for more info. (looked for $ANDROID_COMPAT_LIB)])
fi
AC_SUBST(ANDROID_PLATFORM_TOOLS)
;;