Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
| if test -z "$ANDROID_API_LEVEL"; then | ||
| echo 'Fatal: you must define __ANDROID_API__' | ||
| exit 1 | ||
| AC_MSG_ERROR([Fatal: you must define __ANDROID_API__]) |
There was a problem hiding this comment.
Argh, I forgot to remove the "Fatal: " prefix. I'll add it to a future autoconf PR.
Sorry, something went wrong.
Normalise configure user communication; always use AC_MSG_* macros.
https://bugs.python.org/issue45723