summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-15 15:26:27 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-15 15:26:41 +0300
commit0cb856816611d78f0e709c99cc99273fcdd7f724 (patch)
tree0394991e99c0ae5ae3b168db87c6f32485208b71 /configure.in
parentDon't bother having configure look for stuff not needed for the build platform (diff)
downloadcore-0cb856816611d78f0e709c99cc99273fcdd7f724.tar.gz
core-0cb856816611d78f0e709c99cc99273fcdd7f724.zip
Be less picky about how the Android SDK is configured
Change-Id: I2118314038f7df3e534d8682495fd72a09bf76c8
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 77743901dfb5..1e96a4eb9dcd 100644
--- a/configure.in
+++ b/configure.in
@@ -453,7 +453,7 @@ linux-androideabi*)
AC_MSG_ERROR([the --with-android-ndk option does not point to an Android NDK])
fi
- if test ! -f "$ANDROID_SDK_HOME/platforms/android-14/android.jar"; then
+ if test ! -d "$ANDROID_SDK_HOME/platforms"; then
AC_MSG_ERROR([the --with-android-sdk option does not point to an Android SDK])
fi