Bug 810398 - Update support library error message to be clearer. r=blassey

This commit is contained in:
Wes Johnston 2012-11-09 11:07:40 -08:00
parent 2c4f894c2c
commit 0c2cb7022e
2 changed files with 2 additions and 2 deletions

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 compatibility library when targeting Android. (found $ANDROID_COMPAT_LIB)])
AC_MSG_ERROR([You must download the andrioid support library when targeting Android. See https://developer.android.com/tools/extras/support-library.html])
fi
AC_SUBST(ANDROID_PLATFORM_TOOLS)
;;

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 compatibility library when targeting Android. (found $ANDROID_COMPAT_LIB)])
AC_MSG_ERROR([You must download the andrioid support library when targeting Android. See https://developer.android.com/tools/extras/support-library.html])
fi
AC_SUBST(ANDROID_PLATFORM_TOOLS)
;;